* clutter/clutter-group.c: fixed typo in docs.
authorØyvind Kolås <pippin@openedhand.com>
Tue, 15 Apr 2008 11:31:53 +0000 (11:31 +0000)
committerØyvind Kolås <pippin@openedhand.com>
Tue, 15 Apr 2008 11:31:53 +0000 (11:31 +0000)
ChangeLog
clutter/clutter-group.c

index b08df76..d66e326 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 30565b2..8c7b9f5 100644 (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