summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.c
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2014-02-21 11:25:58 +0000
committerMartin Wimpress <[email protected]>2014-02-21 11:25:58 +0000
commitef200341746b7741fcbfc20ca395b437c56986ad (patch)
treeab8277774a86120012aa827ddbc4a8372fc2315d /pluma/pluma-document.c
parent6d575b1cf80c1fa21a0596852c2eb61f2f2b2ce0 (diff)
downloadpluma-ef200341746b7741fcbfc20ca395b437c56986ad.tar.bz2
pluma-ef200341746b7741fcbfc20ca395b437c56986ad.tar.xz
Corrects a typo. Fixes #63.
Diffstat (limited to 'pluma/pluma-document.c')
-rw-r--r--pluma/pluma-document.c2
1 files changed, 1 insertions, 1 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));