aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2000-01-07 09:28:03 +0000
committerTatsuo Ishii <ishii@postgresql.org>2000-01-07 09:28:03 +0000
commit27fdbca749c6bf48cd9b4be7e1f12f3699a9b92e (patch)
tree567caf15eaeb7f96da0a7324384150910ecd233b /src
parent33d71e3037da7ddc85e71bc43d605244473bd7ff (diff)
downloadpostgresql-27fdbca749c6bf48cd9b4be7e1f12f3699a9b92e.tar.gz
postgresql-27fdbca749c6bf48cd9b4be7e1f12f3699a9b92e.zip
Correct grammatical error
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 95ab57fbecf..67db5dec115 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.131 1999/12/16 01:25:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.132 2000/01/07 09:28:03 ishii Exp $
*
* NOTES
*
@@ -2268,7 +2268,7 @@ static int SetPidFile(pid_t pid, char *progname, int port, char *datadir,
* Another postmaster is running
*/
fprintf(stderr, "Can't create pidfile: %s\n", PidFile);
- fprintf(stderr, "Is another postmaser (pid: %s) running?\n", pidstr);
+ fprintf(stderr, "Is another postmaster (pid: %s) running?\n", pidstr);
return(-1);
}
}