summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-09-11 13:58:13 +0000
committerGreg Sabino Mullane2011-09-11 13:58:13 +0000
commit6aab0a0b7028d5e918f5e3d5a9b014c9e255fd88 (patch)
treec350f357fdd98bdb24ca17ddd1eb9d17ac926c96 /check_postgres.pl
parent9012739cdb908ea20506920124331ea7d08f4dca (diff)
Typo.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
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}}) {