summaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xinstall/tools/ipa-adtrust-install2
-rw-r--r--ipaclient/remote_plugins/2_114/trust.py2
-rw-r--r--ipaclient/remote_plugins/2_156/trust.py2
-rw-r--r--ipaclient/remote_plugins/2_164/trust.py2
-rw-r--r--ipaserver/plugins/trust.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index ca09ca97b..170b110b0 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -448,7 +448,7 @@ def main():
print("")
print("WARNING: %d IPA masters are not yet able to serve information about users from trusted forests." \
% (object_count))
- print("Installer can add them to the list of IPA masters allowed to access infromation about trusts.")
+ print("Installer can add them to the list of IPA masters allowed to access information about trusts.")
print("If you choose to do so, you also need to restart LDAP service on those masters.")
print("Refer to ipa-adtrust-install(1) man page for details.")
print("")
diff --git a/ipaclient/remote_plugins/2_114/trust.py b/ipaclient/remote_plugins/2_114/trust.py
index 1976f4a25..69226663a 100644
--- a/ipaclient/remote_plugins/2_114/trust.py
+++ b/ipaclient/remote_plugins/2_114/trust.py
@@ -936,7 +936,7 @@ class trustdomain_add(Method):
@register()
class trustdomain_del(Method):
- __doc__ = _("Remove infromation about the domain associated with the trust.")
+ __doc__ = _("Remove information about the domain associated with the trust.")
takes_args = (
parameters.Str(
diff --git a/ipaclient/remote_plugins/2_156/trust.py b/ipaclient/remote_plugins/2_156/trust.py
index 369ffcd18..39a563831 100644
--- a/ipaclient/remote_plugins/2_156/trust.py
+++ b/ipaclient/remote_plugins/2_156/trust.py
@@ -950,7 +950,7 @@ class trustdomain_add(Method):
@register()
class trustdomain_del(Method):
- __doc__ = _("Remove infromation about the domain associated with the trust.")
+ __doc__ = _("Remove information about the domain associated with the trust.")
takes_args = (
parameters.Str(
diff --git a/ipaclient/remote_plugins/2_164/trust.py b/ipaclient/remote_plugins/2_164/trust.py
index 369ffcd18..39a563831 100644
--- a/ipaclient/remote_plugins/2_164/trust.py
+++ b/ipaclient/remote_plugins/2_164/trust.py
@@ -950,7 +950,7 @@ class trustdomain_add(Method):
@register()
class trustdomain_del(Method):
- __doc__ = _("Remove infromation about the domain associated with the trust.")
+ __doc__ = _("Remove information about the domain associated with the trust.")
takes_args = (
parameters.Str(
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"')