Fix tiny documetnation typo.

This commit is contained in:
Murray Cumming 2010-11-02 10:43:42 +01:00 committed by Tristan Van Berkom
parent 832c123fd2
commit 32b21694ef

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.