From: dave%intrec.com <> Date: Wed, 6 Sep 2000 13:01:10 +0000 (+0000) Subject: Fix for bug 38791: scipped -> skipped spelling correction. X-Git-Tag: bugzilla-2.12~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7732262bf6787ac884d93657ab3313389c353526;p=thirdparty%2Fbugzilla.git Fix for bug 38791: scipped -> skipped spelling correction. --- diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index ecdccfbf1b..e7d0399199 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -37,7 +37,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.7 2000/08/30 21:47:17 cyeh%bluemartini.com Exp $ +# $Id: bug_email.pl,v 1.8 2000/09/06 06:01:10 dave%intrec.com Exp $ ############################################################### # 02/12/2000 (SML) @@ -1087,7 +1087,7 @@ if( $GroupSet eq "" ) { if( lsearch( \@db_bits, $bit ) == -1 ) { # Bit not found ! my $Text = "Checking the Group-Settings: You sent the Groupset-Bit $bit\n" . - "which is not a valid Groupset-Bit. It will be scipped !\n\n"; + "which is not a valid Groupset-Bit. It will be skipped !\n\n"; BugMailError( 0, $Text ); } else { # Cool bit, add to the result-String