summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-02-03 05:59:03 +0000
committerGreg Sabino Mullane2011-02-03 05:59:03 +0000
commite15a5f7402a41d1178594e9e350b3790eb8cd8e0 (patch)
tree1c8df31359af9233184f0cab940c7ddc47f35c8b /check_postgres.pl
parent8a11ac14127fe4df1e43d3898f1f149110dd0d67 (diff)
Spelling police.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
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) {