Skip to content

Commit

Permalink
libdocument: fix typo
Browse files Browse the repository at this point in the history
closes #182
  • Loading branch information
monsta committed Jan 2, 2016
1 parent 6df5440 commit 8d2a2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libdocument/ev-link-dest.c
Expand Up @@ -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,
Expand Down Expand Up @@ -518,4 +518,4 @@ ev_link_dest_new_hlink(const gchar* hlink,gint page)
"page",page,
"type", EV_LINK_DEST_TYPE_HLINK,
NULL));
}
}

0 comments on commit 8d2a2ab

Please sign in to comment.