From: justdave%syndicomm.com <> Date: Thu, 10 May 2001 01:32:35 +0000 (+0000) Subject: Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive). X-Git-Tag: bugzilla-2.14~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bffcac295be86c9614f08239444b69fd739861;p=thirdparty%2Fbugzilla.git Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive). Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com --- diff --git a/move.pl b/move.pl index aed6649a4f..921e8e74e2 100755 --- a/move.pl +++ b/move.pl @@ -119,7 +119,7 @@ foreach my $id (split(/:/, $::FORM{'buglist'})) { SendSQL("UPDATE bugs SET resolution =\"MOVED\" where bug_id=\"$id\""); my $comment = "Bug moved to " . Param("move-to-url") . ".\n\n"; - $comment .= "If the move succeeded, $exporter will recieve a mail\n"; + $comment .= "If the move succeeded, $exporter will receive a mail\n"; $comment .= "containing the number of the new bug in the other database.\n"; $comment .= "If all went well, please mark this bug verified, and paste\n"; $comment .= "in a link to the new bug. Otherwise, reopen this bug.\n";