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)