summaryrefslogtreecommitdiffstats
path: root/ipaclient/remote_plugins
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 /ipaclient/remote_plugins
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 'ipaclient/remote_plugins')
-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
3 files changed, 3 insertions, 3 deletions
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(