summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/trust.py
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2016-08-22 17:25:06 +0530
committerMartin Basti <mbasti@redhat.com>2016-08-22 17:15:11 +0200
commitc9419411c95baa67a5bf61fad0adc239e289e4dc (patch)
treed6027a28d2669624cde5f0dd1287420e79c05a5f /ipaserver/plugins/trust.py
parent3d159c39c72ac43ae502f0cb978e534aa37f3b20 (diff)
downloadfreeipa-c9419411c95baa67a5bf61fad0adc239e289e4dc.tar.gz
freeipa-c9419411c95baa67a5bf61fad0adc239e289e4dc.tar.xz
freeipa-c9419411c95baa67a5bf61fad0adc239e289e4dc.zip
Corrected minor spell check in AD Trust information doc messages
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipaserver/plugins/trust.py')
-rw-r--r--ipaserver/plugins/trust.py2
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"')