diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-06-11 15:44:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-06-11 15:44:52 +0000 |
commit | 70da495d841b3db2b151613a31bb093f926009e0 (patch) | |
tree | 87884ec25658e943e0293efb945c86b21430f00d | |
parent | 15dc3f59c7d23d27453170c4caf3ee370cd154c6 (diff) | |
download | postgresql-70da495d841b3db2b151613a31bb093f926009e0.tar.gz postgresql-70da495d841b3db2b151613a31bb093f926009e0.zip |
Fix spelling mistake in postgresql.conf.
Greg Sabino Mullane
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
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 fdc6f39fc29..033a74b2d4e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -21,7 +21,7 @@ # take effect. # # Any parameter can also be given as a command-line option to the server, e.g., -# "postgres -c log_connections=on". Some paramters can be changed at run time +# "postgres -c log_connections=on". Some parameters can be changed at run time # with the "SET" SQL command. # # Memory units: kB = kilobytes MB = megabytes GB = gigabytes |