Hi All,

On 08/22/2016 05:47 PM, Martin Basti wrote:


On 22.08.2016 14:07, Alexander Bokovoy wrote:
On Mon, 22 Aug 2016, Abhijeet Kasurde wrote:
Hi All,

Please find the patch attached.

It's a minor spelling correction so, I have not created ticket for this.

ACK.


Please don't update .pot files, we are doing it before release automatically using Zanata.
Please find updated patch.

--
Thanks,
Abhijeet Kasurde

IRC: akasurde
http://akasurde.github.io

From 7b2165b6cd903d82399ac3e8e7966431e8f41824 Mon Sep 17 00:00:00 2001
From: Abhijeet Kasurde <akasu...@redhat.com>
Date: Mon, 22 Aug 2016 17:25:06 +0530
Subject: [PATCH] Corrected minor spell check in AD Trust information doc
 messages

Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com>
---
 install/tools/ipa-adtrust-install       | 2 +-
 ipaclient/remote_plugins/2_114/trust.py | 2 +-
 ipaclient/remote_plugins/2_156/trust.py | 2 +-
 ipaclient/remote_plugins/2_164/trust.py | 2 +-
 ipaserver/plugins/trust.py              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index ca09ca97b1c0c159a1ed3bfb048f879f51e4275d..170b110b0084e6368201e3ff2bafe7714818a0cf 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 1976f4a25a4c9868abb246d2569736ebdf100ab1..69226663a0310ffb88f474969331403e20399486 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 369ffcd181a60b373aadc4bd0314423af76f2f53..39a56383140622faa3f6ea4d64654f5710413791 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 369ffcd181a60b373aadc4bd0314423af76f2f53..39a56383140622faa3f6ea4d64654f5710413791 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 b9d9b122a90de62946307b99b44932129eb611e8..26f85c26f17dc5c987ee66c9c40cac1c80cf2212 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"')
 
-- 
2.5.5

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to