diff options
author | Greg Sabino Mullane | 2009-02-23 12:31:40 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-02-23 12:31:40 +0000 |
commit | f53030feb2190519f3f714188ba62a837a3f5b64 (patch) | |
tree | 782c451ed8c2b79a190cb783b41e40831855b9ca | |
parent | 4c3a7e9d4b20412ac2c7ee7474eaa3051a5baecf (diff) |
Typo, caught by Cédric Villemain
-rwxr-xr-x | check_postgres.pl | 2 |
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'); } } |