aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-09-02 21:25:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-09-02 21:25:30 +0000
commit0802078556faa413fb7ddf5d70a9fd3ccf86c5b3 (patch)
tree322b0bb34bae050d3e9ecee0568792911938f2ca /src
parent264cd5f04a942839233df9ddab93dd909580aa7a (diff)
downloadpostgresql-0802078556faa413fb7ddf5d70a9fd3ccf86c5b3.tar.gz
postgresql-0802078556faa413fb7ddf5d70a9fd3ccf86c5b3.zip
Fix the spelling.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 4e35e175f4f..509035ce3bf 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -47,8 +47,8 @@
# - Connection Settings -
#listen_addresses = 'localhost' # what IP address(es) to listen on;
- # comma seperated;
- # defaults to localhost, '*' = all
+ # comma-separated list of addresses;
+ # defaults to 'localhost', '*' = all
#port = 5432
#max_connections = 100
# note: increasing max_connections costs ~400 bytes of shared memory per