Skip to content

Commit 27fdbca

Browse files
committed
Correct grammatical error
1 parent 33d71e3 commit 27fdbca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.131 1999/12/16 01:25:07 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.132 2000/01/07 09:28:03 ishii Exp $
1414
*
1515
* NOTES
1616
*
@@ -2268,7 +2268,7 @@ static int SetPidFile(pid_t pid, char *progname, int port, char *datadir,
22682268
* Another postmaster is running
22692269
*/
22702270
fprintf(stderr, "Can't create pidfile: %s\n", PidFile);
2271-
fprintf(stderr, "Is another postmaser (pid: %s) running?\n", pidstr);
2271+
fprintf(stderr, "Is another postmaster (pid: %s) running?\n", pidstr);
22722272
return(-1);
22732273
}
22742274
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy