diff options
author | Greg Sabino Mullane | 2011-01-03 16:47:59 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-01-03 16:47:59 +0000 |
commit | da680380192512f48e232bf93c22ebf0eb008a38 (patch) | |
tree | 9dae477a7c90bc9240adf3c43b7275c8837a8e1a | |
parent | 8048a33755dc4e6c8d95d970f7577d23d57efb0d (diff) |
Misspelling per bug #64
-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 596341526..c134dc6cd 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8875,7 +8875,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Allow list of web fetch methods to be changed with the --get_method option. Add support for the --language argument, which overrides any ENV. Add the --no-check_postgresrc flag. - Ensure check_postgresrc options are completely overriden by command-line options. + Ensure check_postgresrc options are completely overridden by command-line options. Fix incorrect warning > critical logic in replicate_rows (Glyn Astill) =item B<Version 2.10.0> (August 3, 2009) |