summaryrefslogtreecommitdiff
path: root/src/cairo-matrix.c
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2007-05-28 17:05:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-05-28 17:05:40 -0400
commit0898411d0abdfa6a02c2fb959b3a668e728fd87c (patch)
tree0016178021a5b2322e2c3d6266c67349f6c4f9c0 /src/cairo-matrix.c
parent4da50dfa02d7c03c32ee20c15f8304eafa0844e0 (diff)
downloadcairo-0898411d0abdfa6a02c2fb959b3a668e728fd87c.tar.gz
[doc] Minor documentation fixes
Diffstat (limited to 'src/cairo-matrix.c')
-rw-r--r--src/cairo-matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index 40828f026..c85b02768 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -197,7 +197,7 @@ slim_hidden_def(cairo_matrix_init_scale);
* @sx: scale factor in the X direction
* @sy: scale factor in the Y direction
*
- * Applies scaling by @tx, @ty to the transformation in @matrix. The
+ * Applies scaling by @sx, @sy to the transformation in @matrix. The
* effect of the new transformation is to first scale the coordinates
* by @sx and @sy, then apply the original transformation to the coordinates.
**/