From c6e7dbeadaa74a85e2d94725ee85ea19d3b1eda8 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 27 Dec 2010 13:07:10 -0500 Subject: Spelling fixes. --- check_postgres.pl | 6 +++--- t/99_spellcheck.t | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index 8fe637c56..2d86e452f 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -852,7 +852,7 @@ our $action_info = { new_version_tnm => [0, 'Checks if a newer version of tail_n_mail is available.'], pgbouncer_checksum => [0, 'Check that no pgbouncer settings have changed since the last check.'], pgb_pool_cl_active => [1, 'Check the number of active clients in each pgbouncer pool.'], - pgb_pool_cl_waiting => [1, 'Check the number of watiing clients in each pgbouncer pool.'], + pgb_pool_cl_waiting => [1, 'Check the number of waiting clients in each pgbouncer pool.'], pgb_pool_sv_active => [1, 'Check the number of active server connections in each pgbouncer pool.'], pgb_pool_sv_idle => [1, 'Check the number of idle server connections in each pgbouncer pool.'], pgb_pool_sv_used => [1, 'Check the number of used server connections in each pgbouncer pool.'], @@ -1498,7 +1498,7 @@ check_pgbouncer_checksum() if $action eq 'pgbouncer_checksum'; ## Check the number of active clients in each pgbouncer pool check_pgb_pool('cl_active') if $action eq 'pgb_pool_cl_active'; -## Check the number of watiing clients in each pgbouncer pool +## Check the number of waiting clients in each pgbouncer pool check_pgb_pool('cl_waiting') if $action eq 'pgb_pool_cl_waiting'; ## Check the number of active server connections in each pgbouncer pool @@ -8548,7 +8548,7 @@ Usually, these values should be low, turning on the archive mechanism, we usuall archive WAL files as fast as possible. If the archive command fail, number of WAL in your F directory will grow until -exhausting all the disk space and force PostgreSQL to stop immediatly. +exhausting all the disk space and force PostgreSQL to stop immediately. Example 1: Check that the number of ready WAL files is 10 or less on host "pluto" diff --git a/t/99_spellcheck.t b/t/99_spellcheck.t index 9f788b294..a13396319 100644 --- a/t/99_spellcheck.t +++ b/t/99_spellcheck.t @@ -206,6 +206,7 @@ dbuser del dylan emma +env exabytes excludeuser ExclusiveLock @@ -227,6 +228,7 @@ lancre localtime Logfile mallory +maxwait minvalue morpork mrtg @@ -247,6 +249,8 @@ ok oskar pageslots perflimit +pgb +pgbouncer's pgpass pluto Postgres @@ -282,6 +286,7 @@ tablespaces Tambouras tardis timesync +tnm upd uptime USERNAME -- cgit v1.2.3