]> granicus.if.org Git - postgresql/commitdiff
Fix misspelled comment
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Sep 2008 12:51:07 +0000 (12:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Sep 2008 12:51:07 +0000 (12:51 +0000)
src/bin/pg_ctl/pg_ctl.c

index f90bf29bed4e38510f3f8343c8a6b272e993f87d..7dc57aae6ef05f3f820483c6d6233c228fdaed01 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.103 2008/06/26 18:25:24 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.104 2008/09/30 12:51:07 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -573,7 +573,7 @@ read_post_opts(void)
 {
        if (post_opts == NULL)
        {
-               post_opts = "";         /* defatult */
+               post_opts = "";         /* default */
                if (ctl_command == RESTART_COMMAND)
                {
                        char      **optlines;