Skip to content

Commit 2912c28

Browse files
committed
Fix spelling errors in error message.
1 parent 4e5146b commit 2912c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/init/miscinit.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.57 2000/11/16 22:30:39 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.58 2000/11/17 01:24:46 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -640,7 +640,7 @@ ValidatePgVersion(const char *path)
640640
FreeFile(file);
641641

642642
if (my_major != file_major || my_minor != file_minor)
643-
elog(FATAL, "The data directory was initalized by PostgreSQL version %ld.%ld, "
644-
"which is not compatible with this verion %s.",
643+
elog(FATAL, "The data directory was initialized by PostgreSQL version %ld.%ld, "
644+
"which is not compatible with this version %s.",
645645
file_major, file_minor, version_string);
646646
}

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