diff options
author | vladd%bugzilla.org <> | 2006-06-20 01:21:02 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 01:21:02 +0200 |
commit | 5d8cc46f83f57e4f39af64db884e4e94ad6be4df (patch) | |
tree | 91d5df1ea3690a6adc401a813131dfb6c3fc8e26 /contrib | |
parent | 56781b284a4036f3780dd4c45809017ee86b872a (diff) | |
download | bugzilla-5d8cc46f83f57e4f39af64db884e4e94ad6be4df.tar.gz bugzilla-5d8cc46f83f57e4f39af64db884e4e94ad6be4df.tar.xz |
Spelling patch: 'visiblility' -> 'visibility'; 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 b542f6730..0596db7dd 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.37 2006/06/19 16:18:42 vladd%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.38 2006/06/19 16:21:02 vladd%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -963,7 +963,7 @@ if ( $Version eq "" ) { $Control{'version'} = $Version; -# GroupsSet: Protections for Bug info. This parameter controls the visiblility of the +# 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 |