From a443a4215869b3556d9d703c80061879020064ad Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 6 Jul 2006 23:06:14 -0400 Subject: [PATCH] Fix doc typo. --- src/cairo-matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c index 85234c4d4..e418ef38e 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: *