1
0
Fork 0

docs: Fix a typo in the BoxLayout:homogeneous description

https://bugzilla.gnome.org/show_bug.cgi?id=753895
This commit is contained in:
Emmanuele Bassi 2015-08-21 12:11:05 +01:00
parent fe422ab61c
commit 38e983b8e9

View file

@ -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);