summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.py
diff options
context:
space:
mode:
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 074560dc2..9d77549ad 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.
""")