summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 15:18:46 +0300
committerMonsta <[email protected]>2016-01-02 15:18:46 +0300
commit8d2a2ab4c12ac5619754390fc8b6c4a30ec6157e (patch)
tree4a96710a6717ffd810ce89dd4c5b07ebbe7dfa00
parent6df5440a3db80d51469858ccc1f6728f4079a66b (diff)
downloadatril-8d2a2ab4c12ac5619754390fc8b6c4a30ec6157e.tar.bz2
atril-8d2a2ab4c12ac5619754390fc8b6c4a30ec6157e.tar.xz
libdocument: fix typo
closes https://github.com/mate-desktop/atril/issues/182
-rw-r--r--libdocument/ev-link-dest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-link-dest.c b/libdocument/ev-link-dest.c
index b9ea0dfd..f06bee12 100644
--- a/libdocument/ev-link-dest.c
+++ b/libdocument/ev-link-dest.c
@@ -366,7 +366,7 @@ ev_link_dest_class_init (EvLinkDestClass *ev_link_dest_class)
PROP_CHANGE,
g_param_spec_uint ("change",
"Change",
- "Wether top, left, and zoom should be changed",
+ "Whether top, left, and zoom should be changed",
0,
G_MAXUINT,
0,
@@ -518,4 +518,4 @@ ev_link_dest_new_hlink(const gchar* hlink,gint page)
"page",page,
"type", EV_LINK_DEST_TYPE_HLINK,
NULL));
-} \ No newline at end of file
+}