Simple typo fix

This commit is contained in:
Matthias Clasen 2010-05-29 23:31:50 -04:00
parent e51f02ce67
commit 654bb6ca66

View File

@ -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
**/