From f53030feb2190519f3f714188ba62a837a3f5b64 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 23 Feb 2009 07:31:40 -0500 Subject: Typo, caught by Cédric Villemain --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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'); } } -- cgit v1.2.3