summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-06-07 17:34:12 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-06-08 16:42:44 +0200
commitdd0f8872711d9896416cca2027f578f7d58d228f (patch)
treec55d43570223ca7bd433dc7bfce1cc2e9ac0c7a4 /test
parent9b88b5dce5327cbd13ea05de949c502fe41f91f7 (diff)
test: fix typo
Diffstat (limited to 'test')
-rw-r--r--test/linear-gradient-extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linear-gradient-extend.c b/test/linear-gradient-extend.c
index 5edfb7d4..b1328b42 100644
--- a/test/linear-gradient-extend.c
+++ b/test/linear-gradient-extend.c
@@ -86,7 +86,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (linear_gradient_extend,
"Tests gradient to solid reduction of linear gradients",
- "radial, pattern, extend", /* keywords */
+ "linear, pattern, extend", /* keywords */
NULL, /* requirements */
(WIDTH+PAD) * NUM_EXTEND + PAD, 2*(HEIGHT + PAD) + PAD,
NULL, draw)