Spelling cleanups.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 21 Feb 2011 05:07:52 +0000 (00:07 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 21 Feb 2011 05:07:52 +0000 (00:07 -0500)
Only spellcheck test files that start with a number.

check_postgres.pl
t/99_spellcheck.t

index 0b346a1b32bdebac48595cb04d08a2476da38931..9e9e31cde2dde821a4f6b23ecaf6a9a55b24e2dd 100755 (executable)
@@ -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)
 
index df1ec3a578e497c9deb0d0fc737cf3ad54f889eb..72e7580348b85c2b91cd9cbc15273b5b7ffe63e4 100644 (file)
@@ -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
+