https://fedorahosted.org/freeipa/ticket/2526

Rebased patch sent by Yuri Chornoivan (yurc...@ukr.net). Fixes 'occured'
and 'commond' typos in FreeIPA messages.

Longtitude/Longitude typo was already corrected in patch for ticket #2382 <https://fedorahosted.org/freeipa/ticket/2382>.

--
Regards,

Ondrej Hamada
FreeIPA team
jabber: oh...@jabbim.cz
IRC: ohamada

From 8cdd8d2000167a1db924f3eb73d50555ffc32768 Mon Sep 17 00:00:00 2001
From: Ondrej Hamada <oham...@redhat.com>
Date: Wed, 14 Mar 2012 13:16:29 +0100
Subject: [PATCH] Typos in FreeIPA messages

Rebased patch sent by Yuri Chornoivan (yurc...@ukr.net). Fixes 'occured'
and 'commond' typos in FreeIPA messages.

https://fedorahosted.org/freeipa/ticket/2526
---
 install/ui/test/data/ipa_init.json |    4 ++--
 ipalib/plugins/internal.py         |    2 +-
 ipalib/plugins/selinuxusermap.py   |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 0182aab733a5541d3149ea582bd975faf04db10a..1010cbfd68d99b81ebcf452f0a95bb8affc134cc 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -208,7 +208,7 @@
                             "ptr_redir_zone": "Zone found: ${zone}",
                             "ptr_redir_zone_err": "Target reverse zone not found.",
                             "ptr_redir_zones": "Fetching DNS zones.",
-                            "ptr_redir_zones_err": "An error occurd while fetching dns zones.",
+                            "ptr_redir_zones_err": "An error occurred while fetching dns zones.",
                             "redirection_dnszone": "You will be redirected to DNS Zone.",
                             "standard": "Standard Record Types",
                             "title": "Records for DNS Zone",
@@ -608,4 +608,4 @@
             }
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index deff866eee1c073f3f786686fd2e74f9261ba6b4..bad75aeac32f2f6409ba36fe5ffe83a53f8b2b72 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -345,7 +345,7 @@ class i18n_messages(Command):
                 "ptr_redir_zone": _("Zone found: ${zone}"),
                 "ptr_redir_zone_err": _("Target reverse zone not found."),
                 "ptr_redir_zones": _("Fetching DNS zones."),
-                "ptr_redir_zones_err": _("An error occurd while fetching dns zones."),
+                "ptr_redir_zones_err": _("An error occurred while fetching dns zones."),
                 "redirection_dnszone": _("You will be redirected to DNS Zone."),
                 "standard": _("Standard Record Types"),
                 "title": _("Records for DNS Zone"),
diff --git a/ipalib/plugins/selinuxusermap.py b/ipalib/plugins/selinuxusermap.py
index ee9a8133f8bd8f164cab3337714a7dec8d3aa05f..e33e1016192d62312aa5f4f0dcdbafea23327216 100644
--- a/ipalib/plugins/selinuxusermap.py
+++ b/ipalib/plugins/selinuxusermap.py
@@ -65,7 +65,7 @@ EXAMPLES:
 SEEALSO:
 
  The list controlling the order in which the SELinux user map is applied
- and the default SELinux user are available in the config-show commond.
+ and the default SELinux user are available in the config-show command.
 """)
 
 notboth_err = _('HBAC rule and local members cannot both be set')
-- 
1.7.6.5

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to