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/trust.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/trust.py')
-rw-r--r-- | ipalib/plugins/trust.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py index 196df5926..b2e18f5bc 100644 --- a/ipalib/plugins/trust.py +++ b/ipalib/plugins/trust.py @@ -244,7 +244,7 @@ def add_range(myapi, trustinstance, range_name, dom_sid, *keys, **options): If that was not successful, we go for our usual defaults (random base, range size 200 000, ipa-ad-trust range type). - Any of these can be overriden by passing appropriate CLI options + Any of these can be overridden by passing appropriate CLI options to the trust-add command. """ |