Typo, caught by Cédric Villemain
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 23 Feb 2009 12:31:40 +0000 (07:31 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 23 Feb 2009 12:31:40 +0000 (07:31 -0500)
check_postgres.pl

index 1d114a1f2793d9040c28fe0b2437e45f356c483d..6dd2c89ecf515a40b8cc83a31dfe1d722bfad40e 100755 (executable)
@@ -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');
                }
        }