[cairo-commit] src/cairo-image-surface.c
Benjamin Otte
company at kemper.freedesktop.org
Mon Dec 28 06:39:36 PST 2009
src/cairo-image-surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 393d2d9c9199c368916fb5412abaac163f57ff86
Author: Tim Janik <timj at gtk.org>
Date: Mon Dec 28 13:34:43 2009 +0100
Fixed documentation typo.
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index b0a26bf..e644aad 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -516,7 +516,7 @@ slim_hidden_def (cairo_format_stride_for_width);
* and row. This alignment is required to allow high-performance rendering
* within cairo. The correct way to obtain a legal stride value is to
* call cairo_format_stride_for_width() with the desired format and
- * maximum image width value, and the use the resulting stride value
+ * maximum image width value, and then use the resulting stride value
* to allocate the data and to create the image surface. See
* cairo_format_stride_for_width() for example code.
*
More information about the cairo-commit
mailing list