From f91c04e2846de010871ee21389eb926dd18e065e Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 23 Feb 2011 10:26:21 +0100 Subject: Minor documentation improvements Mostly correcting it's to its and changing some , to . --- gtk/gtkbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkbutton.c') diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 3ae3e998cb..c3838d9253 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -266,7 +266,7 @@ gtk_button_class_init (GtkButtonClass *klass) * GtkButton:xalign: * * If the child of the button is a #GtkMisc or #GtkAlignment, this property - * can be used to control it's horizontal alignment. 0.0 is left aligned, + * can be used to control its horizontal alignment. 0.0 is left aligned, * 1.0 is right aligned. * * Since: 2.4 @@ -285,7 +285,7 @@ gtk_button_class_init (GtkButtonClass *klass) * GtkButton:yalign: * * If the child of the button is a #GtkMisc or #GtkAlignment, this property - * can be used to control it's vertical alignment. 0.0 is top aligned, + * can be used to control its vertical alignment. 0.0 is top aligned, * 1.0 is bottom aligned. * * Since: 2.4 -- cgit v1.2.1