diff options
author | Peter Eisentraut | 2007-12-28 12:32:56 +0000 |
---|---|---|
committer | Peter Eisentraut | 2007-12-28 12:32:56 +0000 |
commit | 5f5f0eec51cb286645de6f83ea486034ff65ed2d (patch) | |
tree | 1e815985bd259bae8fe124b081051592fb84176d | |
parent | df412d989c34244abca5861bce979561d1c18806 (diff) |
may -> might
-rw-r--r-- | src/port/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/open.c b/src/port/open.c index 6ef0e21a02..7289339c45 100644 --- a/src/port/open.c +++ b/src/port/open.c @@ -111,7 +111,7 @@ pgwin32_open(const char *fileName, int fileFlags,...) (errmsg("could not open file \"%s\": %s", fileName, (err == ERROR_SHARING_VIOLATION)?_("sharing violation"):_("lock violation")), errdetail("Continuing to retry for 30 seconds."), - errhint("You may have antivirus, backup, or similar software interfering with the database system."))); + errhint("You might have antivirus, backup, or similar software interfering with the database system."))); #endif if (loops < 300) |