summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-03 01:06:50 +0100
committertravis%sedsystems.ca <>2005-02-03 01:06:50 +0100
commit69ae89c97d42f05d856f267a072832b597745285 (patch)
tree0c7e86399d263994a9d98e2ebf42e9e484def7ff /t
parent6ba7e301377ab2ffe7ee04cf1a52d801cf705935 (diff)
downloadbugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.gz
bugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.xz
Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the places where they are wrong.
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
Diffstat (limited to 't')
-rw-r--r--t/006spellcheck.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/t/006spellcheck.t b/t/006spellcheck.t
index 232ffb237..0110aa188 100644
--- a/t/006spellcheck.t
+++ b/t/006spellcheck.t
@@ -30,11 +30,14 @@ use Support::Files;
BEGIN { # yes the indenting is off, deal with it
#add the words to check here:
@evilwords = qw(
-databasa
+anyways
arbitary
-paramater
+databasa
+dependan
existance
existant
+paramater
+varsion
);
$testcount = scalar(@Support::Files::testitems);