summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-05-10 03:32:35 +0200
committerjustdave%syndicomm.com <>2001-05-10 03:32:35 +0200
commit47bffcac295be86c9614f08239444b69fd739861 (patch)
treeb035e40b395572bfb8fc93667690d4f23cbd2fbb /move.pl
parentf382f6e20af17931ddcab9ca66d6f709e40530a7 (diff)
downloadbugzilla-47bffcac295be86c9614f08239444b69fd739861.tar.gz
bugzilla-47bffcac295be86c9614f08239444b69fd739861.tar.xz
Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/move.pl b/move.pl
index aed6649a4..921e8e74e 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";