OSDN Git Service

Fix typo in comment, per Andrew Dunstan.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Aug 2004 20:07:57 +0000 (20:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Aug 2004 20:07:57 +0000 (20:07 +0000)
src/bin/initdb/initdb.c

index 953a5ce..5575efb 100644 (file)
@@ -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",