From 5f5f0eec51cb286645de6f83ea486034ff65ed2d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 28 Dec 2007 12:32:56 +0000 Subject: [PATCH] may -> might --- src/port/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5