From 1e0187b749ac4a80b7999481e6a0c4e7c63ff31b Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Mon, 22 Apr 2002 21:09:19 +0000 Subject: [PATCH] Bug 139051 - fix misspelling of "privilege". Patch by mental , 2xr=bbaetz. git-svn-id: svn://10.0.0.236/trunk@119564 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/sgml/administration.sgml | 6 +++--- mozilla/webtools/bugzilla/docs/sgml/database.sgml | 2 +- mozilla/webtools/bugzilla/docs/xml/administration.xml | 6 +++--- mozilla/webtools/bugzilla/docs/xml/database.xml | 2 +- mozilla/webtools/bugzilla/editusers.cgi | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/sgml/administration.sgml b/mozilla/webtools/bugzilla/docs/sgml/administration.sgml index 39e80c6501c..353110e47c3 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/administration.sgml +++ b/mozilla/webtools/bugzilla/docs/sgml/administration.sgml @@ -249,7 +249,7 @@ the bug; if the watcher would not normally be allowed to view a bug, the watcher cannot get around the system by setting herself up to watch the bugs of someone - with bugs outside her priveleges. She would still only + with bugs outside her privileges. She would still only receive email updates for those bugs she could normally view. For Bugzilla sites which require strong inter-Product @@ -587,7 +587,7 @@ Editusers: This flag allows a user do what you're doing right now: edit other users. This will allow those with the right to do so to remove - administrator priveleges from other users or grant them + administrator privileges from other users or grant them to themselves. Enable with care. @@ -1280,7 +1280,7 @@ because he is not in Group3. Bug7 can be seen by anyone who is in Group1, Group2, and Group3. This is only User4. All of the others are missing at least one of those -group priveleges, and thus cannot see the bug. +group privileges, and thus cannot see the bug. Bug8 can be seen by anyone who is in Group1, Group2, Group3, and Group4. There is nobody in all four of these groups, so nobody can diff --git a/mozilla/webtools/bugzilla/docs/sgml/database.sgml b/mozilla/webtools/bugzilla/docs/sgml/database.sgml index bf4aaf4f0cd..848555520c1 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/database.sgml +++ b/mozilla/webtools/bugzilla/docs/sgml/database.sgml @@ -486,7 +486,7 @@ FILE, OR -mysql> GRANT ALL PRIVELEGES +mysql> GRANT ALL PRIVILEGES ON keystone.* TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' diff --git a/mozilla/webtools/bugzilla/docs/xml/administration.xml b/mozilla/webtools/bugzilla/docs/xml/administration.xml index 39e80c6501c..353110e47c3 100644 --- a/mozilla/webtools/bugzilla/docs/xml/administration.xml +++ b/mozilla/webtools/bugzilla/docs/xml/administration.xml @@ -249,7 +249,7 @@ the bug; if the watcher would not normally be allowed to view a bug, the watcher cannot get around the system by setting herself up to watch the bugs of someone - with bugs outside her priveleges. She would still only + with bugs outside her privileges. She would still only receive email updates for those bugs she could normally view. For Bugzilla sites which require strong inter-Product @@ -587,7 +587,7 @@ Editusers: This flag allows a user do what you're doing right now: edit other users. This will allow those with the right to do so to remove - administrator priveleges from other users or grant them + administrator privileges from other users or grant them to themselves. Enable with care. @@ -1280,7 +1280,7 @@ because he is not in Group3. Bug7 can be seen by anyone who is in Group1, Group2, and Group3. This is only User4. All of the others are missing at least one of those -group priveleges, and thus cannot see the bug. +group privileges, and thus cannot see the bug. Bug8 can be seen by anyone who is in Group1, Group2, Group3, and Group4. There is nobody in all four of these groups, so nobody can diff --git a/mozilla/webtools/bugzilla/docs/xml/database.xml b/mozilla/webtools/bugzilla/docs/xml/database.xml index bf4aaf4f0cd..848555520c1 100644 --- a/mozilla/webtools/bugzilla/docs/xml/database.xml +++ b/mozilla/webtools/bugzilla/docs/xml/database.xml @@ -486,7 +486,7 @@ FILE, OR -mysql> GRANT ALL PRIVELEGES +mysql> GRANT ALL PRIVILEGES ON keystone.* TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' diff --git a/mozilla/webtools/bugzilla/editusers.cgi b/mozilla/webtools/bugzilla/editusers.cgi index 3c24091554e..f15939ec2fa 100755 --- a/mozilla/webtools/bugzilla/editusers.cgi +++ b/mozilla/webtools/bugzilla/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 ".