diff options
author | zach%zachlipton.com <> | 2003-01-11 08:51:29 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2003-01-11 08:51:29 +0100 |
commit | 52b2954e7fd06d732b6c25337fb9e3d36e8fbf56 (patch) | |
tree | e941fddf8a7c4eebc1906cb12cb87353819f8a41 /Bugzilla | |
parent | d0932ae81be706564a0e0afb5221ba73157e6efa (diff) | |
download | bugzilla-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 'Bugzilla')
-rw-r--r-- | Bugzilla/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index ad609c2ab..3c00ed347 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -146,7 +146,7 @@ I<Bugzilla::CGI> also includes additional functions. =item C<canonicalise_query(@exclude)> -This returns a sorted string of the paramaters, suitable for use in a url. +This returns a sorted string of the parameters, suitable for use in a url. Values in C<@exclude> are not included in the result. =back |