Fix misspelled comment
authorTom Lane <[email protected]>
Tue, 30 Sep 2008 12:51:07 +0000 (12:51 +0000)
committerTom Lane <[email protected]>
Tue, 30 Sep 2008 12:51:07 +0000 (12:51 +0000)
src/bin/pg_ctl/pg_ctl.c

index 8329eaae28917b228f928524c122d70867ee7521..bc756959d24a76886e759c6ff12c90d7625934eb 100644 (file)
@@ -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;