diff options
author | dave%intrec.com <> | 2000-09-06 13:01:10 +0000 |
---|---|---|
committer | dave%intrec.com <> | 2000-09-06 13:01:10 +0000 |
commit | 7732262bf6787ac884d93657ab3313389c353526 (patch) | |
tree | a0024089c7664a3634e6a69bb0deefc0c4222519 /contrib | |
parent | 0c6db6b2f892c976e636506a8536960a82136e63 (diff) | |
download | bugs-7732262bf6787ac884d93657ab3313389c353526.tar bugs-7732262bf6787ac884d93657ab3313389c353526.tar.gz bugs-7732262bf6787ac884d93657ab3313389c353526.tar.bz2 bugs-7732262bf6787ac884d93657ab3313389c353526.tar.xz bugs-7732262bf6787ac884d93657ab3313389c353526.zip |
Fix for bug 38791: scipped -> skipped spelling correction.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bug_email.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index ecdccfbf1..e7d039919 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 |