8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3de08a commit d1af269Copy full SHA for d1af269
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
7
- * $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 $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -573,7 +573,7 @@ read_post_opts(void)
573
{
574
if (post_opts == NULL)
575
576
- post_opts = ""; /* defatult */
+ post_opts = ""; /* default */
577
if (ctl_command == RESTART_COMMAND)
578
579
char **optlines;
0 commit comments