|
39 | 39 | * Portions Copyright (c) 1994, Regents of the University of California
|
40 | 40 | * Portions taken from FreeBSD.
|
41 | 41 | *
|
42 |
| - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.53 2004/08/29 05:06:52 momjian Exp $ |
| 42 | + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.54 2004/09/02 17:58:41 tgl Exp $ |
43 | 43 | *
|
44 | 44 | *-------------------------------------------------------------------------
|
45 | 45 | */
|
@@ -126,7 +126,7 @@ char *authtrust_warning = \
|
126 | 126 | "# CAUTION: Configuring the system for local \"trust\" authentication allows\n"
|
127 | 127 | "# any local user to connect as any PostgreSQL user, including the database\n"
|
128 | 128 | "# superuser. If you do not trust all your local users, use another\n"
|
129 |
| -"#authenication method.\n"; |
| 129 | +"#authentication method.\n"; |
130 | 130 | char*authwarning=NULL;
|
131 | 131 |
|
132 | 132 | /*
|
|