summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r--gtk/gtkfontbutton.c2
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.
*