From 5a4c7d804f3dffdb2badd9e2a2579f0d81258608 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 23 Apr 2002 04:09:13 +0000 Subject: Bug 139051 - fix misspelling of "privilege". Patch by mental , 2xr=bbaetz. --- editusers.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editusers.cgi') 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 "Can turn this bit on for other users\n"; print "\n|\n"; } - print "User has these priveleges\n"; + print "User has these privileges\n"; while (MoreSQLData()) { my ($bit,$name,$description,$checked,$blchecked) = FetchSQLData(); print "\n"; @@ -184,7 +184,7 @@ sub EmitFormElements ($$$$$) } } } else { - print "Groups and
Priveleges:"; + print "
Groups and
Privileges:
"; print "
The new user will be inserted into groups " . "based on their userregexps.
To change the group " . "permissions for this user, you must edit the account after ". -- cgit v1.2.3-24-g4f1b