aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-11-09 17:44:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-11-09 17:44:22 +0000
commitd70d39fbbb0ac7c455d018402384c3eb43abb2f7 (patch)
treedda5cdd9268ca3d095c914444526d3072b10cf37 /src/backend/utils
parent39edcf59a2534d0f59b29ebe0c6b94a3600d8c4b (diff)
downloadpostgresql-d70d39fbbb0ac7c455d018402384c3eb43abb2f7.tar.gz
postgresql-d70d39fbbb0ac7c455d018402384c3eb43abb2f7.zip
Fix misspelling of 'listen_addresses', per Devrim.
Diffstat (limited to 'src/backend/utils')
-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 6a3a699c1cc..021b732096d 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.