From 1e24933322d4fd449ef35e96f6cfdb15400c9c53 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sat, 26 Nov 2005 05:57:06 +0000 Subject: Bug 106386 Correct misspellings in source code patch by unknown@simplemachines.org r=timeless rs=brendan --- contrib/bug_email.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib/bug_email.pl') diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 6844fa279..3ff53f6bc 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.30 2005/11/25 19:47:38 timeless%mozdev.org Exp $ +# $Id: bug_email.pl,v 1.31 2005/11/25 21:57:07 timeless%mozdev.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -448,7 +448,7 @@ sub FetchAllSQLData( ) # BugMailError takes two arguments: The first one is a flag, how heavy # the error is: # -# 0 - Its an error, but bugzilla can process the bug. The user should +# 0 - It's an error, but Bugzilla can process the bug. The user should # handle that as a warning. # # 1 - It's a real bug. Bugzilla can't store the bug. The mail has to be @@ -457,7 +457,7 @@ sub FetchAllSQLData( ) # 2 - Permission error: The user does not have the permission to send # a bug. # -# The second argument is a Text which describs the bug. +# The second argument is a Text which describes the bug. # # # # @@ -747,7 +747,7 @@ my $Sender = $entity->get( 'From' ); $Sender ||= $entity->get( 'Reply-To' ); $Message_ID = $entity->get( 'Message-Id' ); -die (" *** Cant find Sender-adress in sent mail ! ***\n" ) unless defined( $Sender ); +die (" *** Can't find Sender-address in sent mail ! ***\n" ) unless defined( $Sender ); chomp( $Sender ); chomp( $Message_ID ); @@ -852,7 +852,7 @@ my $Product = $DEFAULT_PRODUCT; $Product = CheckProduct( $Control{'product'} ) if( defined( $Control{ 'product'} )); if ( $Product eq "" ) { - my $Text = "You didnt send a value for the required key \@product !\n\n"; + my $Text = "You didn't send a value for the required key \@product !\n\n"; $Text = "You sent the invalid product \"$Control{'product'}\"!\n\n" if( defined( $Control{ 'product'} )); -- cgit v1.2.3-24-g4f1b