From f8eeca97684f7c8eba7b918c34fe5ccbf32e2f5f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 13 Jul 2006 11:48:42 -0400 Subject: [PATCH] Tiny doc typo fix. --- src/cairo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo.c b/src/cairo.c index d2793a071..551de6f82 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -1722,7 +1722,7 @@ cairo_paint_with_alpha (cairo_t *cr, * * A drawing operator that paints the current source * using the alpha channel of @pattern as a mask. (Opaque - * areas of @mask are painted with the source, transparent + * areas of @pattern are painted with the source, transparent * areas are not painted.) */ void