]> Pileus Git - ~andy/gtk/commitdiff
Trivial: Fix up function name in the docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Sep 2011 01:41:59 +0000 (21:41 -0400)
committerChristian Persch <chpe@gnome.org>
Tue, 13 Sep 2011 10:55:22 +0000 (12:55 +0200)
gtk/gtkfontchooser.c

index d041787e748a3c7404cf5a825c920faca7cd335a..cdc8d5acbc0be315f1bd7024c90f41ba7899f8ba 100644 (file)
@@ -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".