diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-25 20:07:57 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-25 20:07:57 +0000 |
commit | 7584194cc92c7af7bca1d16bac861542e822f7f8 (patch) | |
tree | aefc62b3cddba55bcd840f4ff96cac863bfe163e /src | |
parent | fe455ee1d4cc5d400c345f361d4bfbfc1178231c (diff) | |
download | postgresql-7584194cc92c7af7bca1d16bac861542e822f7f8.tar.gz postgresql-7584194cc92c7af7bca1d16bac861542e822f7f8.zip |
Fix typo in comment, per Andrew Dunstan.
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 953a5ceba31..5575efb3c1f 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.50 2004/08/16 15:44:03 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.51 2004/08/25 20:07:57 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -2017,7 +2017,7 @@ main(int argc, char *argv[]) ret; int option_index; char *short_version; - char *pgdenv; /* PGDATA value got from sent to + char *pgdenv; /* PGDATA value gotten from and sent to * environment */ static const char *subdirs[] = { "global", |