[evolution/wip/webkit2] Bug 753244 - Typos in translatable strings



commit dab4e0bfbfe608ce81a0ce98cf80bc2c9f1ebdc8
Author: Milan Crha <mcrha redhat com>
Date:   Fri Feb 26 13:31:31 2016 +0100

    Bug 753244 - Typos in translatable strings

 calendar/zones.h                          |    2 +-
 e-util/e-html-editor-replace-dialog.c     |    4 ++--
 e-util/e-html-editor-spell-check-dialog.c |    2 +-
 web-extensions/e-dom-utils.c              |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/calendar/zones.h b/calendar/zones.h
index 057ac19..773ad99 100644
--- a/calendar/zones.h
+++ b/calendar/zones.h
@@ -239,7 +239,7 @@ N_("Asia/Kabul");
 N_("Asia/Kamchatka");
 N_("Asia/Karachi");
 N_("Asia/Kashgar");
-N_("Asia/Katmandu");
+N_("Asia/Kathmandu");
 N_("Asia/Krasnoyarsk");
 N_("Asia/Kuala_Lumpur");
 N_("Asia/Kuching");
diff --git a/e-util/e-html-editor-replace-dialog.c b/e-util/e-html-editor-replace-dialog.c
index 4e3a552..6700309 100644
--- a/e-util/e-html-editor-replace-dialog.c
+++ b/e-util/e-html-editor-replace-dialog.c
@@ -115,8 +115,8 @@ webkit_find_controller_counted_matches_cb (WebKitFindController *find_controller
                webkit_find_controller_search_next (dialog->priv->find_controller);
        }
 
-       result = g_strdup_printf (ngettext("%d occurence replaced",
-                                          "%d occurences replaced",
+       result = g_strdup_printf (ngettext("%d occurrence replaced",
+                                          "%d occurrences replaced",
                                           match_count),
                                 match_count);
 
diff --git a/e-util/e-html-editor-spell-check-dialog.c b/e-util/e-html-editor-spell-check-dialog.c
index d997922..491401e 100644
--- a/e-util/e-html-editor-spell-check-dialog.c
+++ b/e-util/e-html-editor-spell-check-dialog.c
@@ -73,7 +73,7 @@ webkit_find_controller_found_text_cb (WebKitFindController *find_controller,
                                       EHTMLEditorSpellCheckDialog *dialog)
 {
        /* Repeatedly search for 'word', then replace selection by
-        * 'replacement'. Repeat until there's at least one occurence of
+        * 'replacement'. Repeat until there's at least one occurrence of
         * 'word' in the document */
        e_html_editor_view_insert_html (
                E_HTML_EDITOR_VIEW (webkit_find_controller_get_web_view (find_controller)), 
dialog->priv->replacement);
diff --git a/web-extensions/e-dom-utils.c b/web-extensions/e-dom-utils.c
index 32d2ac8..dd245e6 100644
--- a/web-extensions/e-dom-utils.c
+++ b/web-extensions/e-dom-utils.c
@@ -1421,7 +1421,7 @@ dom_node_find_parent_element (WebKitDOMNode *node,
  * @node: Start node
  * @tagname: Tag name of element to search.
  *
- * Recursively searches for first occurence of element with given @tagname that
+ * Recursively searches for first occurrence of element with given @tagname that
  * is a child of @node.
  *
  * Returns: A #WebKitDOMElement with @tagname representing a child of @node or


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]