diff options
author | vladd%bugzilla.org <> | 2006-06-19 21:48:17 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 21:48:17 +0200 |
commit | 96e755a0103903d71643977f7ed0d682e01ef37d (patch) | |
tree | cae437a3a7fc6d77e17719ee8704d900fad6b3e1 | |
parent | 0efa1decfa1cf8543605671fc70bc4565992251d (diff) | |
download | bugzilla-96e755a0103903d71643977f7ed0d682e01ef37d.tar.gz bugzilla-96e755a0103903d71643977f7ed0d682e01ef37d.tar.xz |
Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
-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'); |