summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-02-23 12:31:40 +0000
committerGreg Sabino Mullane2009-02-23 12:31:40 +0000
commitf53030feb2190519f3f714188ba62a837a3f5b64 (patch)
tree782c451ed8c2b79a190cb783b41e40831855b9ca /check_postgres.pl
parent4c3a7e9d4b20412ac2c7ee7474eaa3051a5baecf (diff)
Typo, caught by Cédric Villemain
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 1d114a1f2..6dd2c89ec 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -1969,7 +1969,7 @@ sub validate_range {
ndie msg('range-noopt-only');
}
if (! length $warning and ! length $critical) {
- ndie msg('range-nopt-one');
+ ndie msg('range-noopt-one');
}
}