summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-09-06 12:58:59 +0200
committermatty%chariot.net.au <>2002-09-06 12:58:59 +0200
commitc72bfb0d5831e5203b5ad7bddfed54390811429f (patch)
tree79316290a0f76a34a5f853c2d7e35773ba5f2f16 /process_bug.cgi
parentb60223f9f7c9fe517d7276486335ebf182ea8804 (diff)
downloadbugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.gz
bugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.xz
Spelling fixes.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
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) . ")");