* clutter/clutter-actor.c: mended a couple of typos in documentation.

This commit is contained in:
Øyvind Kolås 2007-11-21 23:25:30 +00:00
parent 24d43aee02
commit 7fca77fa5e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-11-22 Øyvind Kolås <pippin@o-hand.com>
* clutter/clutter-actor.c: mended a couple of typos in documentation.
2007-11-21 Matthew Allum <mallum@openedhand.com> 2007-11-21 Matthew Allum <mallum@openedhand.com>
* clutter/cogl/gles/cogl.c: (cogl_fog_set): * clutter/cogl/gles/cogl.c: (cogl_fog_set):

View File

@ -588,9 +588,9 @@ clutter_actor_transform_vertices (ClutterActor * self,
* @verts: Pointer to a location of an array of 4 #ClutterVertex where to * @verts: Pointer to a location of an array of 4 #ClutterVertex where to
* store the result. * store the result.
* *
* Calculates the tranformed screen coordinaces of the four corners of * Calculates the tranformed screen coordinates of the four corners of
* the actor; the returned vertices relate to the ClutterActoBox * the actor; the returned vertices relate t the ClutterActorBox
* coordinances as follows: * coordinates as follows:
* *
* v[0] contains (x1, y1) * v[0] contains (x1, y1)
* v[1] contains (x2, y1) * v[1] contains (x2, y1)