diff --git a/gtk/gtkfontchooserdialog.c b/gtk/gtkfontchooserdialog.c index 69e32c01d9..e0277a3ba2 100644 --- a/gtk/gtkfontchooserdialog.c +++ b/gtk/gtkfontchooserdialog.c @@ -52,8 +52,8 @@ struct _GtkFontChooserDialogPrivate * @See_also: #GtkFontChooser, #GtkDialog * * The #GtkFontChooserDialog widget is a dialog box for selecting a font. + * It implements the #GtkFontChooser interface. * -* * * GtkFontChooserDialog as GtkBuildable * The GtkFontChooserDialog implementation of the GtkBuildable interface @@ -192,7 +192,7 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag) /** gtk_font_chooser_dialog_new: * @title: (allow-none): Title of the dialog, or %NULL - * @parent: (allow-none): Trasient parent of the dialog, or %NULL + * @parent: (allow-none): Transient parent of the dialog, or %NULL * * Creates a new #GtkFontChooserDialog. * diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 4ceb9facf8..cc6306ea6a 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -56,10 +56,10 @@ * @Title: GtkFontChooserWidget * @See_also: #GtkFontChooserWidgetDialog * - * The #GtkFontChooserWidget widget lists the available fonts, styles and sizes, - * allowing the user to select a font. - * It is used in the #GtkFontChooserWidgetDialog widget to provide a dialog box for - * selecting fonts. + * The #GtkFontChooserWidget widget lists the available fonts, + * styles and sizes, allowing the user to select a font. It is + * used in the #GtkFontChooserWidgetDialog widget to provide a + * dialog box for selecting fonts. * * To set the font which is initially selected, use * gtk_font_chooser_set_font().