diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-07-06 23:06:14 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-07-06 23:06:14 -0400 |
commit | a443a4215869b3556d9d703c80061879020064ad (patch) | |
tree | 39e5818bf57bb60ef88572f9ec86dcbbcb7dc21e /src/cairo-matrix.c | |
parent | 731925f00a7391755cabb9253c9a9f2b2dccbdb8 (diff) |
Fix doc typo.
Diffstat (limited to 'src/cairo-matrix.c')
-rw-r--r-- | src/cairo-matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c index 85234c4d..e418ef38 100644 --- a/src/cairo-matrix.c +++ b/src/cairo-matrix.c @@ -309,7 +309,7 @@ slim_hidden_def(cairo_matrix_multiply); * @dy: Y component of a distance vector. An in/out parameter * * Transforms the distance vector (@dx,@dy) by @matrix. This is - * similar to cairo_matrix_transform() except that the translation + * similar to cairo_matrix_transform_point() except that the translation * components of the transformation are ignored. The calculation of * the returned vector is as follows: * |