summaryrefslogtreecommitdiff
path: root/test/map-to-image.c
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
committerUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
commit2a48955a331e48e40bce0bcf886b41fd83ea4c6f (patch)
tree7ffe15b04bc1e55fbfbb7c491e05cce0ac55ee41 /test/map-to-image.c
parent1d99f816b3804f2568ee4669cd0fe57f66ab319d (diff)
parent2eb12d3fbc7ba727a6af5ef0893f9822ecd2d7d3 (diff)
downloadcairo-1.16.tar.gz
Merge branch 'backport-fixes' into '1.16'1.16
Cherry-pick fixes from master into 1.16 See merge request cairo/cairo!20
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,