From 9e7817668520d45b95173625614c0a3f1d4b06f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 16 Nov 2010 03:37:09 +0100 Subject: [PATCH] docs: Fix a typo in gtk_button_set_alignment() docs --- gtk/gtkbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 2bb6707e29..5a37262ace 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -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 */