diff options
author | Greg Sabino Mullane | 2011-02-21 05:07:52 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-21 05:07:52 +0000 |
commit | 351fb92242e9f272c66e9bb17248b2b546cad568 (patch) | |
tree | f2605cac8d8730e65177e178202e7ca8260afc36 | |
parent | 411d919abd53aee6589d495667c20357beae71d4 (diff) |
Spelling cleanups.
Only spellcheck test files that start with a number.
-rwxr-xr-x | check_postgres.pl | 4 | ||||
-rw-r--r-- | t/99_spellcheck.t | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 0b346a1b3..9e9e31cde 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8985,7 +8985,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Give detailed information and refactor txn_idle, txn_time, and query_time (Per request from bug #61) - Set maxliagn to 8 in the bloat check if box identified as '64-bit' + Set maxalign to 8 in the bloat check if box identified as '64-bit' (Michel Sijmons, bug #66) Support non-standard version strings in the bloat check. @@ -8997,7 +8997,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Fix psql version regex (Peter Eisentraut, bug #69) - Standardize and clean up all perfdata ouput (bug #52) + Standardize and clean up all perfdata output (bug #52) Exclude "idle in transaction" from the query_time check (bug #43) diff --git a/t/99_spellcheck.t b/t/99_spellcheck.t index df1ec3a57..72e758034 100644 --- a/t/99_spellcheck.t +++ b/t/99_spellcheck.t @@ -17,7 +17,7 @@ elsif (!eval { require Text::SpellChecker; 1 }) { } else { opendir my $dir, 't' or die qq{Could not open directory 't': $!\n}; - @testfiles = map { "t/$_" } grep { /^.+\.(t|pl|pm)$/ } readdir $dir; + @testfiles = map { "t/$_" } grep { /^\d.+\.(t|pl|pm)$/ } readdir $dir; closedir $dir or die qq{Could not closedir "$dir": $!\n}; plan tests => 3+@testfiles; } @@ -164,6 +164,7 @@ Slony slony stderr syslog +tnm txn txns tuples @@ -222,6 +223,7 @@ baz bigint blks Boes +boxinfo Bucardo burrick cd @@ -283,6 +285,7 @@ Glaesemann greg grimm gtld +Gurjeet hardcode HiRes hong @@ -313,6 +316,7 @@ maindatabase Makefile Mallett mallory +maxalign maxwait mcp MINIPAGES @@ -350,6 +354,7 @@ parens perf perfdata perflimit +perfname perfs petabytes pgb @@ -377,6 +382,7 @@ quirm Raudsepp rc Redistributions +refactor refactoring regex regexes @@ -398,6 +404,8 @@ scott sda Seklecki showperf +Sijmons +Singh Sivakumar sl slon @@ -445,3 +453,4 @@ wilkins xact xlog Zwerschke + |