From: Peter Eisentraut Date: Wed, 29 Nov 2006 14:50:07 +0000 (+0000) Subject: Spelling fix X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=98df6823e088b2d38ae94b22d46ed34ba924cc1d;p=users%2Fbernd%2Fpostgres.git Spelling fix --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 21fb16852f..1fb4ebec7d 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -1588,7 +1588,7 @@ static struct config_int ConfigureNamesInt[] = { /* see varsup.c for why this is PGC_POSTMASTER not PGC_SIGHUP */ {"autovacuum_freeze_max_age", PGC_POSTMASTER, AUTOVACUUM, - gettext_noop("Age at which to autovacuum a table to prevent transacion ID wraparound."), + gettext_noop("Age at which to autovacuum a table to prevent transaction ID wraparound."), NULL }, &autovacuum_freeze_max_age,