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 /editgroups.cgi | |
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 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index a9af65bc6..1b793c6d3 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -231,9 +231,9 @@ if ($action eq 'changeform') { print "<TR><TD ALIGN=CENTER>|</TD><TD COLSPAN=3>Members of these groups are included in this group</TD></TR>"; print "<TR><TD ALIGN=CENTER>|</TD><TD ALIGN=CENTER>|</TD><TD COLSPAN=2></TD><TR>"; - # For each group, we use left joins to establish the existance of + # For each group, we use left joins to establish the existence of # a record making that group a member of this group - # and the existance of a record permitting that group to bless + # and the existence of a record permitting that group to bless # this one SendSQL("SELECT groups.id, groups.name, groups.description," . " group_group_map.member_id IS NOT NULL," . |