From 38e983b8e9e2b433ef6ba930dca9096958bae697 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 21 Aug 2015 12:11:05 +0100 Subject: [PATCH] docs: Fix a typo in the BoxLayout:homogeneous description https://bugzilla.gnome.org/show_bug.cgi?id=753895 --- clutter/clutter-box-layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-box-layout.c b/clutter/clutter-box-layout.c index 12ce1e303..ba4eee0dc 100644 --- a/clutter/clutter-box-layout.c +++ b/clutter/clutter-box-layout.c @@ -1371,7 +1371,7 @@ clutter_box_layout_class_init (ClutterBoxLayoutClass *klass) * ClutterBoxLayout:homogeneous: * * Whether the #ClutterBoxLayout should arrange its children - * homogeneously, i.e. all childs get the same size + * homogeneously, i.e. all children get the same size * * Since: 1.4 */ @@ -1379,7 +1379,7 @@ clutter_box_layout_class_init (ClutterBoxLayoutClass *klass) g_param_spec_boolean ("homogeneous", P_("Homogeneous"), P_("Whether the layout should be homogeneous, " - "i.e. all childs get the same size"), + "i.e. all children get the same size"), FALSE, CLUTTER_PARAM_READWRITE);