diff options
author | timeless%mozdev.org <> | 2006-02-23 13:38:06 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-02-23 13:38:06 +0100 |
commit | a2c777c13f60047caa3337591ceb869dc7f670e3 (patch) | |
tree | aa7f16818542e8abc49468b6e1bb81f9884781fc /contrib | |
parent | 9aa1c05eed0f2fcae94296f90c5a84d26e8846a4 (diff) | |
download | bugzilla-a2c777c13f60047caa3337591ceb869dc7f670e3.tar.gz bugzilla-a2c777c13f60047caa3337591ceb869dc7f670e3.tar.xz |
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
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 28c3ec1fc..1f10d4679 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.32 2006/02/21 14:51:47 jocuri%softhome.net Exp $ +# $Id: bug_email.pl,v 1.33 2006/02/23 04:38:27 timeless%mozdev.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -999,7 +999,7 @@ if ( $Version eq "" ) { $Control{'version'} = $Version; -# GroupsSet: Protections for Bug info. This paramter controls the visiblility of the +# GroupsSet: Protections for Bug info. This parameter controls the visiblility 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 |