Skip to content
Snippets Groups Projects
Commit d1af2694 authored by Tom Lane's avatar Tom Lane
Browse files

Fix misspelled comment

parent d3de08a0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment