From 7732262bf6787ac884d93657ab3313389c353526 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Wed, 6 Sep 2000 13:01:10 +0000 Subject: Fix for bug 38791: scipped -> skipped spelling correction. --- contrib/bug_email.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/bug_email.pl') 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 -- cgit v1.2.3-24-g4f1b