diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2015-07-03 19:14:42 +0300 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-07-17 14:33:30 +0200 |
commit | 2cd77df8f4eea0534b64aa703b59eecc4fef874d (patch) | |
tree | 0af1f19dee466c027c348fc9875601f6d8f3a076 /ipalib/plugins/servicedelegation.py | |
parent | 92a73e8b2a5f26744b036a36de4b9956e8883f61 (diff) | |
download | freeipa-2cd77df8f4eea0534b64aa703b59eecc4fef874d.tar.gz freeipa-2cd77df8f4eea0534b64aa703b59eecc4fef874d.tar.xz freeipa-2cd77df8f4eea0534b64aa703b59eecc4fef874d.zip |
Fix minor typos
<ame> -> <name>
overriden -> overridden
ablity -> ability
enties -> entries
the the -> the
https://fedorahosted.org/freeipa/ticket/5109
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipalib/plugins/servicedelegation.py')
-rw-r--r-- | ipalib/plugins/servicedelegation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/servicedelegation.py b/ipalib/plugins/servicedelegation.py index 34312e39a..37de91638 100644 --- a/ipalib/plugins/servicedelegation.py +++ b/ipalib/plugins/servicedelegation.py @@ -65,7 +65,7 @@ the bound user's behalf. It is strongly discouraged to modify the delegations that ship with IPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and -ipa-ldap-delegation-targets. Incorrect changes can remove the ablity +ipa-ldap-delegation-targets. Incorrect changes can remove the ability to delegate, causing the framework to stop functioning. """) |