diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-02 17:58:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-02 17:58:41 +0000 |
commit | a28961d5e03b57e41fd98a9b63016f492bc733d2 (patch) | |
tree | 4488b307d4fc221ff4ce9b4a72ea3124053a01ff /src | |
parent | 1e4c33b1e845e49f9e2d6eb61154e785edb42a37 (diff) | |
download | postgresql-a28961d5e03b57e41fd98a9b63016f492bc733d2.tar.gz postgresql-a28961d5e03b57e41fd98a9b63016f492bc733d2.zip |
Spelling correction, per Greg Mullane.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/initdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 86a5c4b1bab..704ce36d8f3 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -39,7 +39,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.53 2004/08/29 05:06:52 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.54 2004/09/02 17:58:41 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -126,7 +126,7 @@ char *authtrust_warning = \ "# CAUTION: Configuring the system for local \"trust\" authentication allows\n" "# any local user to connect as any PostgreSQL user, including the database\n" "# superuser. If you do not trust all your local users, use another\n" -"# authenication method.\n"; +"# authentication method.\n"; char *authwarning = NULL; /* |