Merge pull request #67 from flexiondotorg/master

Corrects a typo. Fixes #63.
This commit is contained in:
Sander Sweers 2014-02-21 12:37:20 +01:00
commit 3c87cb554c
2 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ pluma_document_class_init (PlumaDocumentClass *klass)
g_object_class_install_property (object_class, PROP_CAN_SEARCH_AGAIN, g_object_class_install_property (object_class, PROP_CAN_SEARCH_AGAIN,
g_param_spec_boolean ("can-search-again", g_param_spec_boolean ("can-search-again",
"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, FALSE,
G_PARAM_READABLE | G_PARAM_READABLE |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));

View File

@ -836,7 +836,7 @@ pluma_panel_activate_item (PlumaPanel *panel,
* @panel: a #PlumaPanel * @panel: a #PlumaPanel
* @item: a widget contained in #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 * Returns: TRUE if the widget is active
*/ */