docs: Fix a typo in gtk_button_set_alignment() docs

This commit is contained in:
Javier Jardón 2010-11-16 03:37:09 +01:00
parent 2e2effbb6c
commit 9e78176685

View File

@ -2143,7 +2143,7 @@ gtk_button_get_focus_on_click (GtkButton *button)
* 1.0 is bottom aligned
*
* Sets the alignment of the child. This property has no effect unless
* the child is a #GtkMisc or a #GtkAligment.
* the child is a #GtkMisc or a #GtkAlignment.
*
* Since: 2.4
*/