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 --- editgroups.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editgroups.cgi') 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 "|Members of these groups are included in this group"; print "||"; - # 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," . -- cgit v1.2.3-24-g4f1b