summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.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:47 +0200
commit44319591a97e8efaa7d3006214bb9ad6e02bdaa9 (patch)
treec20e4b1cb622b105f30c54bd90188048e3f75034 /ipalib/plugins/trust.py
parent68086f87281a5733ae06b95df9fe3ea117eb641d (diff)
downloadfreeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.tar.gz
freeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.tar.xz
freeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.zip
Fix various typos.
https://fedorahosted.org/freeipa/ticket/3089
Diffstat (limited to 'ipalib/plugins/trust.py')
-rw-r--r--ipalib/plugins/trust.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py
index 074560dc..9d77549a 100644
--- a/ipalib/plugins/trust.py
+++ b/ipalib/plugins/trust.py
@@ -138,7 +138,7 @@ class trust_add(LDAPCreate):
),
Password('realm_passwd?',
cli_name='password',
- label=_("Active directory domain adminstrator's password"),
+ label=_("Active directory domain administrator's password"),
confirm=False,
),
Str('realm_server?',
@@ -299,7 +299,7 @@ class trust_mod(LDAPUpdate):
__doc__ = _("""
Modify a trust (for future use).
- Currently only the default option to modify the LDAP attributes are
+ Currently only the default option to modify the LDAP attributes is
available. More specific options will be added in coming releases.
""")