[cairo-commit] cairo/src cairo.h,1.150,1.151

Carl Worth commit at pdx.freedesktop.org
Tue Aug 23 23:20:55 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv13949/src

Modified Files:
	cairo.h 
Log Message:

2005-08-23  Carl Worth  <cworth at cworth.org>

        * src/cairo.h: Minor doc edit.


Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- cairo.h	24 Aug 2005 02:52:09 -0000	1.150
+++ cairo.h	24 Aug 2005 06:20:53 -0000	1.151
@@ -106,7 +106,7 @@
  * @y0: Y translation component of the affine transformation
  *
  * A #cairo_matrix_t holds an affine transformation, such as a scale,
- * rotation, shear, or a combination of those. The transformation on
+ * rotation, shear, or a combination of those. The transformation of
  * a point (x, y) is given by:
  * <programlisting>
  *     x_new = xx * x + xy * y + x0;



More information about the cairo-commit mailing list