From c72bfb0d5831e5203b5ad7bddfed54390811429f Mon Sep 17 00:00:00 2001 From: "matty%chariot.net.au" <> Date: Fri, 6 Sep 2002 10:58:59 +0000 Subject: Spelling fixes. --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 45d8ba1dd..59bb83e0e 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1406,7 +1406,7 @@ foreach my $id (@idlist) { SendSQL("SELECT who FROM cc WHERE bug_id = " . SqlQuote($duplicate) . " and who = $reporter"); my $isoncc = FetchOneColumn(); unless ($isreporter || $isoncc || ! $::FORM{'confirm_add_duplicate'}) { - # The reporter is oblivious to the existance of the new bug and is permitted access + # The reporter is oblivious to the existence of the new bug and is permitted access # ... add 'em to the cc (and record activity) LogActivityEntry($duplicate,"cc","",DBID_to_name($reporter)); SendSQL("INSERT INTO cc (who, bug_id) VALUES ($reporter, " . SqlQuote($duplicate) . ")"); -- cgit v1.2.3-24-g4f1b