summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Sweers <[email protected]>2014-02-21 12:37:20 +0100
committerSander Sweers <[email protected]>2014-02-21 12:37:20 +0100
commit3c87cb554c8e44d803f75da1b0d9c86ad412b355 (patch)
treeab8277774a86120012aa827ddbc4a8372fc2315d
parent6d575b1cf80c1fa21a0596852c2eb61f2f2b2ce0 (diff)
parentef200341746b7741fcbfc20ca395b437c56986ad (diff)
downloadpluma-3c87cb554c8e44d803f75da1b0d9c86ad412b355.tar.bz2
pluma-3c87cb554c8e44d803f75da1b0d9c86ad412b355.tar.xz
Merge pull request #67 from flexiondotorg/master
Corrects a typo. Fixes #63.
-rw-r--r--pluma/pluma-document.c2
-rw-r--r--pluma/pluma-panel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c
index 721824ae..563e9500 100644
--- a/pluma/pluma-document.c
+++ b/pluma/pluma-document.c
@@ -500,7 +500,7 @@ pluma_document_class_init (PlumaDocumentClass *klass)
g_object_class_install_property (object_class, PROP_CAN_SEARCH_AGAIN,
g_param_spec_boolean ("can-search-again",
"Can search again",
- "Wheter it's possible to search again in the document",
+ "Whether it's possible to search again in the document",
FALSE,
G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS));
diff --git a/pluma/pluma-panel.c b/pluma/pluma-panel.c
index 353e97c6..3bc47df3 100644
--- a/pluma/pluma-panel.c
+++ b/pluma/pluma-panel.c
@@ -836,7 +836,7 @@ pluma_panel_activate_item (PlumaPanel *panel,
* @panel: a #PlumaPanel
* @item: a widget contained in #PlumaPanel
*
- * Wheter @item is the one current active in @panel
+ * Whether @item is the one current active in @panel
*
* Returns: TRUE if the widget is active
*/