diff options
author | gerv%gerv.net <> | 2002-04-23 06:09:13 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-23 06:09:13 +0200 |
commit | 5a4c7d804f3dffdb2badd9e2a2579f0d81258608 (patch) | |
tree | 0a29a7d5c5a12ab4504bacbbbe9e647752dc56cc /editusers.cgi | |
parent | 379af653e173a2aa6bdf8a68c18b4584fae30fe6 (diff) | |
download | bugzilla-5a4c7d804f3dffdb2badd9e2a2579f0d81258608.tar.gz bugzilla-5a4c7d804f3dffdb2badd9e2a2579f0d81258608.tar.xz |
Bug 139051 - fix misspelling of "privilege". Patch by mental <xor@ivwnet.com>, 2xr=bbaetz.
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editusers.cgi b/editusers.cgi index 3c2409155..f15939ec2 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -170,7 +170,7 @@ sub EmitFormElements ($$$$$) print "<TD COLSPAN=3 ALIGN=LEFT><B>Can turn this bit on for other users</B></TD>\n"; print "</TR><TR>\n<TD ALIGN=CENTER><B>|</B></TD>\n"; } - print "<TD COLSPAN=2 ALIGN=LEFT><B>User has these priveleges</B></TD>\n"; + print "<TD COLSPAN=2 ALIGN=LEFT><B>User has these privileges</B></TD>\n"; while (MoreSQLData()) { my ($bit,$name,$description,$checked,$blchecked) = FetchSQLData(); print "</TR><TR>\n"; @@ -184,7 +184,7 @@ sub EmitFormElements ($$$$$) } } } else { - print "</TR><TR><TH ALIGN=RIGHT>Groups and<br>Priveleges:</TH><TD><TABLE><TR>"; + print "</TR><TR><TH ALIGN=RIGHT>Groups and<br>Privileges:</TH><TD><TABLE><TR>"; print "<TD COLSPAN=3>The new user will be inserted into groups " . "based on their userregexps.<BR>To change the group " . "permissions for this user, you must edit the account after ". |