summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-08-21 12:11:05 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-08-21 12:11:05 +0100
commit38e983b8e9e2b433ef6ba930dca9096958bae697 (patch)
tree58235c988c2d8949f42007385624a0dd5e4085be
parentfe422ab61c2bb7b23af6c4707a27b4de4d49beb1 (diff)
downloadclutter-38e983b8e9e2b433ef6ba930dca9096958bae697.tar.gz
docs: Fix a typo in the BoxLayout:homogeneous description
https://bugzilla.gnome.org/show_bug.cgi?id=753895
-rw-r--r--clutter/clutter-box-layout.c4
1 files 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);