From f53030feb2190519f3f714188ba62a837a3f5b64 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 23 Feb 2009 07:31:40 -0500 Subject: [PATCH] =?utf8?q?Typo,=20caught=20by=20C=C3=A9dric=20Villemain?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } -- 2.39.5