From: Greg Sabino Mullane Date: Thu, 3 Feb 2011 05:59:03 +0000 (-0500) Subject: Spelling police. X-Git-Tag: 2.18.0~113 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e15a5f7402a41d1178594e9e350b3790eb8cd8e0;p=check_postgres.git Spelling police. --- diff --git a/check_postgres.pl b/check_postgres.pl index dfb47924a..c238e22c5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -4652,7 +4652,7 @@ ORDER BY xact_start, procpid DESC my $m = $action eq 'query_time' ? msg('qtime-msg', $maxtime) : $action eq 'txn_time' ? msg('txntime-msg', $maxtime) : $action eq 'txn_idle' ? msg('txnidle-msg', $maxtime) - : die "Unkown action: $action\n"; + : die "Unknown action: $action\n"; my $msg = sprintf '%s (%s)%s', $m, $whodunit, $details; if (length $critical and $maxtime >= $critical) {