From dd0f8872711d9896416cca2027f578f7d58d228f Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Mon, 7 Jun 2010 17:34:12 +0200 Subject: [PATCH] test: fix typo --- test/linear-gradient-extend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linear-gradient-extend.c b/test/linear-gradient-extend.c index 5edfb7d43..b1328b425 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)