diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:23:33 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:23:33 +0000 |
commit | 3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0 (patch) | |
tree | 1d8f1a85457d129d725734eb4b376471ed07010d /contrib | |
parent | 5d8cc46f83f57e4f39af64db884e4e94ad6be4df (diff) | |
download | bugs-3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0.tar bugs-3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0.tar.gz bugs-3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0.tar.bz2 bugs-3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0.tar.xz bugs-3da0ee8682e90a4c3a6528f8ac0d7ca6b1a0e0d0.zip |
Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.org>.
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 0596db7dd..fcf28ffb3 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.38 2006/06/19 16:21:02 vladd%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.39 2006/06/19 16:23:33 vladd%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -966,7 +966,7 @@ $Control{'version'} = $Version; # GroupsSet: Protections for Bug info. This parameter 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 = (); |