summaryrefslogtreecommitdiff
path: root/test/map-to-image.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/map-to-image.c')
-rw-r--r--test/map-to-image.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/map-to-image.c b/test/map-to-image.c
index 0262245a8..e2025c9a7 100644
--- a/test/map-to-image.c
+++ b/test/map-to-image.c
@@ -137,19 +137,19 @@ fill (cairo_t *cr, int width, int height)
}
CAIRO_TEST (map_all_to_image,
- "Test maping a surface to an image and modifying it externally",
+ "Test mapping a surface to an image and modifying it externally",
"image", /* keywords */
"target=raster", /* requirements */
WIDTH, HEIGHT,
NULL, all)
CAIRO_TEST (map_bit_to_image,
- "Test maping a surface to an image and modifying it externally",
+ "Test mapping a surface to an image and modifying it externally",
"image", /* keywords */
"target=raster", /* requirements */
WIDTH, HEIGHT,
NULL, bit)
CAIRO_TEST (map_to_image_fill,
- "Test maping a surface to an image and modifying it externally",
+ "Test mapping a surface to an image and modifying it externally",
"image", /* keywords */
"target=raster", /* requirements */
WIDTH, HEIGHT,