diff options
author | vladd%bugzilla.org <> | 2006-06-19 19:48:17 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 19:48:17 +0000 |
commit | 96e755a0103903d71643977f7ed0d682e01ef37d (patch) | |
tree | cae437a3a7fc6d77e17719ee8704d900fad6b3e1 /checksetup.pl | |
parent | Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl... (diff) | |
download | bugzilla-96e755a0103903d71643977f7ed0d682e01ef37d.tar.gz bugzilla-96e755a0103903d71643977f7ed0d682e01ef37d.tar.bz2 bugzilla-96e755a0103903d71643977f7ed0d682e01ef37d.zip |
Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 4a3943251..5745c67d1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4372,7 +4372,7 @@ EOF # # -# BugZilla uses --GROUPS-- to assign various rights to its users. +# Bugzilla uses --GROUPS-- to assign various rights to its users. # AddGroup('tweakparams', 'Can tweak operating parameters'); |