diff options
Diffstat (limited to 'ipaserver/plugins/trust.py')
-rw-r--r-- | ipaserver/plugins/trust.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/trust.py b/ipaserver/plugins/trust.py index b9d9b122a..26f85c26f 100644 --- a/ipaserver/plugins/trust.py +++ b/ipaserver/plugins/trust.py @@ -1602,7 +1602,7 @@ class trustdomain_add(LDAPCreate): @register() class trustdomain_del(LDAPDelete): - __doc__ = _('Remove infromation about the domain associated with the trust.') + __doc__ = _('Remove information about the domain associated with the trust.') msg_summary = _('Removed information about the trusted domain "%(value)s"') |