summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2003-01-11 08:51:29 +0100
committerzach%zachlipton.com <>2003-01-11 08:51:29 +0100
commit52b2954e7fd06d732b6c25337fb9e3d36e8fbf56 (patch)
treee941fddf8a7c4eebc1906cb12cb87353819f8a41 /defparams.pl
parentd0932ae81be706564a0e0afb5221ba73157e6efa (diff)
downloadbugzilla-52b2954e7fd06d732b6c25337fb9e3d36e8fbf56.tar.gz
bugzilla-52b2954e7fd06d732b6c25337fb9e3d36e8fbf56.tar.xz
Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes
the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl
index 1d6712a6a..0d6c2a3c7 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -72,7 +72,7 @@ sub check_shadowdb {
return "You need to specify a host when using a shadow database";
}
- # Can't test existance of this because ConnectToDatabase uses the param,
+ # Can't test existence of this because ConnectToDatabase uses the param,
# but we can't set this before testing....
# This can really only be fixed after we can use the DBI more openly
return "";
@@ -294,7 +294,7 @@ sub check_netmask {
'This is done so that long slow read-only operations can be used ' .
'against this db, and not lock up things for everyone else. This ' .
'database is on the <tt>shadowdbhost</tt>, and must exist. ' .
- 'Bugzilla does not update it, if you use this paramater, then ' .
+ 'Bugzilla does not update it, if you use this parameter, then ' .
'you need to set up replication for your database',
type => 't',
default => '',