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.h | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gtk/gtkassistant.h')
-rw-r--r-- | gtk/gtkassistant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h index 1a70e703bf..0f9de28af4 100644 --- a/gtk/gtkassistant.h +++ b/gtk/gtkassistant.h @@ -92,7 +92,7 @@ struct _GtkAssistant /** * GtkAssistantClass: * @parent_class: The parent class. - * @prepare: Signal emitted when a new page is set as the assistant's current page, before making the new page visible. + * @prepare: Signal emitted when a new page is set as the assistant’s current page, before making the new page visible. * @apply: Signal emitted when the apply button is clicked. * @close: Signal emitted either when the close button or last page apply button is clicked. * @cancel: Signal emitted when the cancel button is clicked. @@ -124,7 +124,7 @@ struct _GtkAssistantClass * @data: (closure): user data. * * A function used by gtk_assistant_set_forward_page_func() to know which - * is the next page given a current one. It's called both for computing the + * is the next page given a current one. It’s called both for computing the * next page when the user presses the “forward” button and for handling * the behavior of the “last” button. * |