]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
authorjustdave%syndicomm.com <>
Thu, 10 May 2001 01:32:35 +0000 (01:32 +0000)
committerjustdave%syndicomm.com <>
Thu, 10 May 2001 01:32:35 +0000 (01:32 +0000)
Patch by gavins@iplbath.com (Gavin Shelley).
r= justdave@syndicomm.com

move.pl

diff --git a/move.pl b/move.pl
index aed6649a4f3a6b9b30003225594a64316b9c455e..921e8e74e2c94a9294f7732baa327f46f95e623d 100755 (executable)
--- 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";