summaryrefslogtreecommitdiff
path: root/test/svg-clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg-clip.c')
-rw-r--r--test/svg-clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/svg-clip.c b/test/svg-clip.c
index dff65f7cc..d34144a9c 100644
--- a/test/svg-clip.c
+++ b/test/svg-clip.c
@@ -87,7 +87,7 @@ test_clip (cairo_t *cr, double width, double height)
cairo_stroke (cr2);
/* Using the first context, draw another black vertical line.
- * This line should be clipped agaist the bezier clipping path set
+ * This line should be clipped against the bezier clipping path set
* earlier. */
cairo_set_source_rgb (cr, 0, 0, 0);
cairo_move_to (cr, 400, 0);