From: Bruce Momjian Date: Wed, 11 Jun 2008 15:44:52 +0000 (+0000) Subject: Fix spelling mistake in postgresql.conf. X-Git-Tag: REL8_4_BETA1~1292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70da495d841b3db2b151613a31bb093f926009e0;p=thirdparty%2Fpostgresql.git Fix spelling mistake in postgresql.conf. Greg Sabino Mullane --- 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