diff options
author | Greg Sabino Mullane | 2011-09-11 13:58:13 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-09-11 13:58:13 +0000 |
commit | 6aab0a0b7028d5e918f5e3d5a9b014c9e255fd88 (patch) | |
tree | c350f357fdd98bdb24ca17ddd1eb9d17ac926c96 /check_postgres.pl | |
parent | 9012739cdb908ea20506920124331ea7d08f4dca (diff) |
Typo.
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}}) { |