diff options
author | Greg Sabino Mullane | 2009-08-23 13:40:46 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-23 13:40:46 +0000 |
commit | 27b79c1bb408c3765d533c0ffd4bbb6ab2a2d501 (patch) | |
tree | be1155f78aac1ba8d99b885f4dab21057375657e /check_postgres.pl | |
parent | 23bcfe72fb978be5f5b669a7aa48ef92dd46a4bf (diff) |
Spell check tweaks.
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 0d035fb16..c141a43a5 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -598,7 +598,7 @@ if (! $opt{'no-check_postgresrc'}) { $rcfile = '/etc/check_postgresrc'; } } -## We need a temporary hash so that multi-value options can be overriden on the command line +## We need a temporary hash so that multi-value options can be overridden on the command line my %tempopt; if (defined $rcfile) { open my $rc, '<', $rcfile or die qq{Could not open "$rcfile": $!\n}; |