summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/sudorule.py
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2012-09-16 19:35:56 +0300
committerMartin Kosek <mkosek@redhat.com>2012-09-18 08:45:28 +0200
commit8bbb42b4102b62b215ece59b8b6561af13891e9e (patch)
treea98291d0f82003d4a09ddd579f501b2f3b106fa8 /ipalib/plugins/sudorule.py
parentf695f79748ffd0782990ec752ed140648347d632 (diff)
downloadfreeipa-8bbb42b4102b62b215ece59b8b6561af13891e9e.tar.gz
freeipa-8bbb42b4102b62b215ece59b8b6561af13891e9e.tar.xz
freeipa-8bbb42b4102b62b215ece59b8b6561af13891e9e.zip
Fix various typos.
https://fedorahosted.org/freeipa/ticket/3089
Diffstat (limited to 'ipalib/plugins/sudorule.py')
-rw-r--r--ipalib/plugins/sudorule.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py
index 8359c3336..111080999 100644
--- a/ipalib/plugins/sudorule.py
+++ b/ipalib/plugins/sudorule.py
@@ -32,9 +32,9 @@ commands as root or another user while providing an audit trail of the
commands and their arguments.
FreeIPA provides a means to configure the various aspects of Sudo:
- Users: The user(s)/group(s) allowed to envoke Sudo.
+ Users: The user(s)/group(s) allowed to invoke Sudo.
Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke Sudo.
- Allow Command: The specific command(s) permited to be run via Sudo.
+ Allow Command: The specific command(s) permitted to be run via Sudo.
Deny Command: The specific command(s) prohibited to be run via Sudo.
RunAsUser: The user(s) or group(s) of users whose rights Sudo will be invoked with.
RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.