Commit 27fdbca7 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Correct grammatical error

parent 33d71e30
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
...@@ -2268,7 +2268,7 @@ static int SetPidFile(pid_t pid, char *progname, int port, char *datadir, ...@@ -2268,7 +2268,7 @@ static int SetPidFile(pid_t pid, char *progname, int port, char *datadir,
* Another postmaster is running * Another postmaster is running
*/ */
fprintf(stderr, "Can't create pidfile: %s\n", PidFile); 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); return(-1);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment