From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 23:23:11 +0000 (+0000) Subject: Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu . X-Git-Tag: bugzilla-2.22.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2053d14e5ddd6214ead90488741bb00f5285a9;p=thirdparty%2Fbugzilla.git Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu . --- diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 6595ba5886..a2feede9dc 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.31.2.4 2006/06/19 16:20:48 vladd%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.31.2.5 2006/06/19 16:23:11 vladd%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -1002,7 +1002,7 @@ $Control{'version'} = $Version; # GroupsSet: Protections for Bug info. This paramter controls the visibility of the # given bug. An Error in the given Buggroup is not a blocker, a default is taken. # -# The GroupSet is accepted only as literals linked with whitespaces, plus-signs or kommas +# The GroupSet is accepted only as literals linked with whitespaces, plus-signs or commas # my $GroupSet = ""; my %GroupArr = ();