Typo fix.
authorRobert Haas <[email protected]>
Wed, 22 Dec 2010 14:33:34 +0000 (09:33 -0500)
committerRobert Haas <[email protected]>
Wed, 22 Dec 2010 14:33:34 +0000 (09:33 -0500)
Noted by Thom Brown.

doc/src/sgml/ref/pg_ctl-ref.sgml

index 2c01e1273d3487486fe58f9137854085552920e9..99f0b8f00bf2c87b4f6e78ecd71b4a5625f83134 100644 (file)
@@ -587,7 +587,7 @@ PostgreSQL documentation
    </para>
 
    <para>
-    To restart using port 5433 and disabe <function>fsync</> upon restart:
+    To restart using port 5433 and disable <function>fsync</> upon restart:
 <screen>
 <prompt>$</prompt> <userinput>pg_ctl -o "-F -p 5433" restart</userinput>
 </screen>