From 75e2b7c7b52be6663fac05925b9b4cc5f3b42f9f Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 23 Sep 2010 13:55:11 +0200 Subject: [PATCH] cairo: docu fix for cairo_set_source_surface --- src/cairo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo.c b/src/cairo.c index dd0bdfa70..157f898f4 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