From 27b79c1bb408c3765d533c0ffd4bbb6ab2a2d501 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 23 Aug 2009 09:40:46 -0400 Subject: Spell check tweaks. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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}; -- cgit v1.2.3