summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-image-surface.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-28 13:02:27 -0800
committerCarl Worth <cworth@cworth.org>2008-02-28 13:02:27 -0800
commitc8c77f01f7429b43dba4840698497187ff4d5779 (patch)
tree65e3fec28baa5d7ed92f38adc5de476df02a0318 /src/cairo-quartz-image-surface.c
parentfa4b91fcac9b83cb66ac98dbcb395bd7b75c7560 (diff)
Fix typo in documentation
Diffstat (limited to 'src/cairo-quartz-image-surface.c')
-rw-r--r--src/cairo-quartz-image-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-quartz-image-surface.c b/src/cairo-quartz-image-surface.c
index 7a6d07d78..54b63fc68 100644
--- a/src/cairo-quartz-image-surface.c
+++ b/src/cairo-quartz-image-surface.c
@@ -274,7 +274,7 @@ static const cairo_surface_backend_t cairo_quartz_image_surface_backend = {
* Creates a Quartz surface backed by a CGImageRef that references the
* given image surface. The resulting surface can be rendered quickly
* when used as a source when rendering to a #cairo_quartz_surface. If
- * the data in the image surface is every updated, cairo_surface_flush()
+ * the data in the image surface is ever updated, cairo_surface_flush()
* must be called on the #cairo_quartz_image_surface to ensure that the
* CGImageRef refers to the updated data.
*