From 52b2954e7fd06d732b6c25337fb9e3d36e8fbf56 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Sat, 11 Jan 2003 07:51:29 +0000 Subject: 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 --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 also includes additional functions. =item C -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 -- cgit v1.2.3-24-g4f1b