diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gtk/gtkassistant.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index c83790db02..25d6e18ee4 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -1805,7 +1805,7 @@ gtk_assistant_insert_page (GtkAssistant *assistant, * @page_num: the index of a page in the @assistant, * or -1 to remove the last page * - * Removes the @page_num's page from @assistant. + * Removes the @page_num’s page from @assistant. * * Since: 3.2 */ @@ -2164,7 +2164,7 @@ gtk_assistant_do_set_page_header_image (GtkAssistant *assistant, * Gets the header image for @page. * * Return value: (transfer none): the header image for @page, - * or %NULL if there's no header image for the page + * or %NULL if there’s no header image for the page * * Since: 2.10 * @@ -2255,7 +2255,7 @@ gtk_assistant_do_set_page_side_image (GtkAssistant *assistant, * Gets the side image for @page. * * Return value: (transfer none): the side image for @page, - * or %NULL if there's no side image for the page + * or %NULL if there’s no side image for the page * * Since: 2.10 * |