From 47bffcac295be86c9614f08239444b69fd739861 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 10 May 2001 01:32:35 +0000 Subject: Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive). Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com --- move.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move.pl') 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"; -- cgit v1.2.3-24-g4f1b