Skip to content

Commit eea8efe

Browse files
committed
may -> might
1 parent 332bed8 commit eea8efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/port/open.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
*
9-
* $PostgreSQL: pgsql/src/port/open.c,v 1.24 2007/12/27 13:02:48 petere Exp $
9+
* $PostgreSQL: pgsql/src/port/open.c,v 1.25 2007/12/28 12:32:56 petere Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -111,7 +111,7 @@ pgwin32_open(const char *fileName, int fileFlags,...)
111111
(errmsg("could not open file \"%s\": %s", fileName,
112112
(err == ERROR_SHARING_VIOLATION)?_("sharing violation"):_("lock violation")),
113113
errdetail("Continuing to retry for 30 seconds."),
114-
errhint("You may have antivirus, backup, or similar software interfering with the database system.")));
114+
errhint("You might have antivirus, backup, or similar software interfering with the database system.")));
115115
#endif
116116

117117
if (loops < 300)

0 commit comments

Comments
 (0)