diff options
Diffstat (limited to 'check_postgres.pl')
-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 7d9f2b0d8..318f9ff50 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3884,7 +3884,7 @@ sub check_custom_query { my $goodrow = 0; - ## The other column tells is the name to use as the perfdata value + ## The other column tells it the name to use as the perfdata value my $perfname; for my $r (@{$db->{slurp}}) { |