diff options
author | Monsta <[email protected]> | 2016-01-02 15:50:00 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 15:50:00 +0300 |
commit | f6c11fba66173533e845c2b448b0b1bcb33cd0f1 (patch) | |
tree | ca000f0d7c72c9e52aef738ef2df90c048f34123 | |
parent | 371aa737077c3b0ce72693c0f99f26653c033959 (diff) | |
download | pluma-f6c11fba66173533e845c2b448b0b1bcb33cd0f1.tar.bz2 pluma-f6c11fba66173533e845c2b448b0b1bcb33cd0f1.tar.xz |
fix typo
closes https://github.com/mate-desktop/pluma/issues/167
-rw-r--r-- | pluma/pluma-commands-search.c | 2 | ||||
-rw-r--r-- | pluma/pluma-document.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-commands-search.c b/pluma/pluma-commands-search.c index 278524c7..214e84ad 100644 --- a/pluma/pluma-commands-search.c +++ b/pluma/pluma-commands-search.c @@ -103,7 +103,7 @@ last_search_data_store_position (PlumaSearchDialog *dlg) &data->y); } -/* Use occurences only for Replace All */ +/* Use occurrences only for Replace All */ static void text_found (PlumaWindow *window, gint occurrences) diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c index f311b05a..90189f03 100644 --- a/pluma/pluma-document.c +++ b/pluma/pluma-document.c @@ -508,7 +508,7 @@ pluma_document_class_init (PlumaDocumentClass *klass) g_object_class_install_property (object_class, PROP_ENABLE_SEARCH_HIGHLIGHTING, g_param_spec_boolean ("enable-search-highlighting", "Enable Search Highlighting", - "Whether all the occurences of the searched string must be highlighted", + "Whether all the occurrences of the searched string must be highlighted", FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); |