From e3c2b27d1d53c21b142926f657dc409511f70b68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 15 Apr 2008 11:31:53 +0000 Subject: [PATCH] * clutter/clutter-group.c: fixed typo in docs. --- ChangeLog | 4 ++++ clutter/clutter-group.c | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b08df76..d66e326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-15 Øyvind Kolås + + * clutter/clutter-group.c: fixed typo in docs. + 2008-04-14 Matthew Allum * clutter/eglx/clutter-stage-egl.c: diff --git a/clutter/clutter-group.c b/clutter/clutter-group.c index 30565b2..8c7b9f5 100644 --- a/clutter/clutter-group.c +++ b/clutter/clutter-group.c @@ -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 -- 2.7.4