* clutter/clutter-group.c: fixed typo in docs.

This commit is contained in:
Øyvind Kolås 2008-04-15 11:31:53 +00:00
parent a435ec43ec
commit e3c2b27d1d
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-04-15 Øyvind Kolås <pippin@o-hand.com>
* clutter/clutter-group.c: fixed typo in docs.
2008-04-14 Matthew Allum <mallum@openedhand.com>
* clutter/eglx/clutter-stage-egl.c:

View File

@ -32,9 +32,8 @@
* relative to the #ClutterGroup position. Other operations such as scaling,
* rotating and clipping of the group will apply to the child actors.
*
* A #ClutterGroup's size is defined by the size and position of it
* it children. Resize requests via parent #ClutterActor API will be
* ignored.
* A #ClutterGroup's size is defined by the size and position of its children.
* Resize requests via parent #ClutterActor API will be ignored.
*/
#ifdef HAVE_CONFIG_H