aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-12-22 09:33:34 -0500
committerRobert Haas <rhaas@postgresql.org>2010-12-22 09:33:34 -0500
commit2a0f13a765befefc2658d3729f3e174b7c252125 (patch)
tree9a28b313526439caffa1675c5a7a0d0c0be9539b /doc/src
parent28d5c565ced893366d010e6754a9fad6d0a40364 (diff)
downloadpostgresql-2a0f13a765befefc2658d3729f3e174b7c252125.tar.gz
postgresql-2a0f13a765befefc2658d3729f3e174b7c252125.zip
Typo fix.
Noted by Thom Brown.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 2c01e1273d3..99f0b8f00bf 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -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>