From 654bb6ca668c0714db7018e3ca486a6222661c4c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 May 2010 23:31:50 -0400 Subject: [PATCH] Simple typo fix --- gtk/gtkbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 0aeb82a96b..1b9c1fe845 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1248,9 +1248,9 @@ gtk_box_get_height_for_width (GtkExtendedLayout *layout, * @homogeneous: %TRUE if all children are to be given equal space allocations. * @spacing: the number of pixels to place by default between children. * - * Creates a new #GtkHBox. + * Creates a new #GtkBox. * - * Return value: a new #GtkHBox. + * Return value: a new #GtkBox. * * Since: 3.0 **/