summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-10 21:41:59 -0400
committerChristian Persch <chpe@gnome.org>2011-09-13 12:55:22 +0200
commitbdcb8558e3d6b4aa4e0c4d7516be6f83f01ca6d3 (patch)
tree337c3a406e7dbd88121d07fa9d6849b4918e72c1 /gtk/gtkfontchooser.c
parent9e46e5789c7e73d44c4c62675e7f69d10d8064b3 (diff)
downloadgtk+-bdcb8558e3d6b4aa4e0c4d7516be6f83f01ca6d3.tar.gz
Trivial: Fix up function name in the docs
Diffstat (limited to 'gtk/gtkfontchooser.c')
-rw-r--r--gtk/gtkfontchooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index d041787e74..cdc8d5acbc 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -172,7 +172,7 @@ gtk_font_chooser_get_size (GtkFontChooser *fontchooser)
* Gets the currently-selected font name.
*
* Note that this can be a different string than what you set with
- * gtk_font_chooser_set_font_name(), as the font chooser widget may
+ * gtk_font_chooser_set_font(), as the font chooser widget may
* normalize font names and thus return a string with a different
* structure. For example, "Helvetica Italic Bold 12" could be
* normalized to "Helvetica Bold Italic 12".