From 7fca77fa5e1a656bcd55bfba4cc892724c9efa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 21 Nov 2007 23:25:30 +0000 Subject: [PATCH] * clutter/clutter-actor.c: mended a couple of typos in documentation. --- ChangeLog | 4 ++++ clutter/clutter-actor.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13bb9284c..9a58ef200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-22 Øyvind Kolås + + * clutter/clutter-actor.c: mended a couple of typos in documentation. + 2007-11-21 Matthew Allum * clutter/cogl/gles/cogl.c: (cogl_fog_set): diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index e281e3ec6..96e0261d4 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -588,9 +588,9 @@ clutter_actor_transform_vertices (ClutterActor * self, * @verts: Pointer to a location of an array of 4 #ClutterVertex where to * store the result. * - * Calculates the tranformed screen coordinaces of the four corners of - * the actor; the returned vertices relate to the ClutterActoBox - * coordinances as follows: + * Calculates the tranformed screen coordinates of the four corners of + * the actor; the returned vertices relate t the ClutterActorBox + * coordinates as follows: * * v[0] contains (x1, y1) * v[1] contains (x2, y1)