From: Greg Sabino Mullane Date: Mon, 23 Feb 2009 12:31:40 +0000 (-0500) Subject: Typo, caught by Cédric Villemain X-Git-Tag: 2.9.0~157 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f53030feb2190519f3f714188ba62a837a3f5b64;p=check_postgres.git Typo, caught by Cédric Villemain --- 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'); } }