Fix tiny documetnation typo.

This commit is contained in:
Murray Cumming 2010-11-02 10:43:42 +01:00
parent d3aa89fc11
commit 764f627733

View File

@ -1240,7 +1240,7 @@ gtk_box_get_preferred_height_for_width (GtkWidget *widget,
/**
* gtk_box_new:
* @orientation: the box' orientation.
* @orientation: the box's orientation.
* @spacing: the number of pixels to place by default between children.
*
* Creates a new #GtkBox.