summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
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);