diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:37:09 -0500 |
commit | a4b5929e81b526cbc92e47a6fa1096a0e44209cb (patch) | |
tree | f92648322be6c849c69dacf8755bb8b6ee0de8a3 /gtk/gtkfontbutton.c | |
parent | 285d216d3e100496e4c732c2e15741c4bb50ddbc (diff) | |
download | gtk+-a4b5929e81b526cbc92e47a6fa1096a0e44209cb.tar.gz |
docs: use apostrophe in *'re
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r-- | gtk/gtkfontbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 3fade1f098..9189281e93 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -951,7 +951,7 @@ gtk_font_button_set_show_size (GtkFontButton *font_button, * Retrieves the name of the currently selected font. This name includes * style and size information as well. If you want to render something * with the font, use this string with pango_font_description_from_string() . - * If you're interested in peeking certain values (family name, + * If you’re interested in peeking certain values (family name, * style, size, weight) just query these properties from the * #PangoFontDescription object. * |