From 320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sat, 26 Nov 2005 03:47:37 +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 98b8d157e..6844fa279 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.29 2005/08/26 23:11:32 bugreport%peshkin.net Exp $ +# $Id: bug_email.pl,v 1.30 2005/11/25 19:47:38 timeless%mozdev.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -193,7 +193,7 @@ sub horLine( ) # Check if $Name is in $GroupName # This is no more CreateBugs group, so I'm using this routine to just determine if the user is -# in the database. Eventually, here should be a seperate routine or renamed, or something (SML) +# in the database. Eventually, here should be a separate routine or renamed, or something (SML) sub CheckPermissions { my ($GroupName, $Name) = @_; @@ -451,7 +451,7 @@ sub FetchAllSQLData( ) # 0 - Its an error, but bugzilla can process the bug. The user should # handle that as a warning. # -# 1 - Its a real bug. Bugzilla cant store the bug. The mail has to be +# 1 - It's a real bug. Bugzilla can't store the bug. The mail has to be # resent. # # 2 - Permission error: The user does not have the permission to send @@ -465,7 +465,7 @@ sub BugMailError($ $ ) { my ( $errflag, $text ) = @_; - # On permission error, dont sent all other Errors back -> just quit ! + # On permission error, don't sent all other Errors back -> just quit ! if( $errflag == 2 ) { # Permission-Error Reply( $SenderShort, $Message_ID, "Bugzilla Error", "Permission denied.\n\n" . "You do not have the permissions to create a new bug. Sorry.\n" ); @@ -677,7 +677,7 @@ sub extractControls( $ ) } } - # thats it. + # that's it. return( $backbody ); } -- cgit v1.2.3-24-g4f1b