[cairo-commit] src/cairo.c

Benjamin Otte company at kemper.freedesktop.org
Thu Sep 23 06:13:34 PDT 2010


 src/cairo.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75e2b7c7b52be6663fac05925b9b4cc5f3b42f9f
Author: Tim Janik <timj at gtk.org>
Date:   Thu Sep 23 13:55:11 2010 +0200

    cairo: docu fix for cairo_set_source_surface

diff --git a/src/cairo.c b/src/cairo.c
index dd0bdfa..157f898 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -989,7 +989,7 @@ cairo_set_source_rgba (cairo_t *cr,
  * The @x and @y parameters give the user-space coordinate at which
  * the surface origin should appear. (The surface origin is its
  * upper-left corner before any transformation has been applied.) The
- * @x and @y patterns are negated and then set as translation values
+ * @x and @y parameters are negated and then set as translation values
  * in the pattern matrix.
  *
  * Other than the initial translation pattern matrix, as described


More information about the cairo-commit mailing list