aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-11-09 17:44:15 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-11-09 17:44:15 +0000
commit067176b934d0cb6806d2d791231a458ded28e088 (patch)
treeafc89439c307737b36ecf16e65f8cbacae06b2c4
parent67b9e7f9966e54b11ac5e009a116c041a4afc06c (diff)
downloadpostgresql-067176b934d0cb6806d2d791231a458ded28e088.tar.gz
postgresql-067176b934d0cb6806d2d791231a458ded28e088.zip
Fix misspelling of 'listen_addresses', per Devrim.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index af042740ad8..1c68f2231e8 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -21,7 +21,7 @@
# This file is read on postmaster startup and when the postmaster
# receives a SIGHUP. If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect, or use
-# "pg_ctl reload". Some settings, such as listen_address, require
+# "pg_ctl reload". Some settings, such as listen_addresses, require
# a postmaster shutdown and restart to take effect.