summaryrefslogtreecommitdiff
path: root/test/text-rotate.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-02-21 15:47:43 -0500
committerBehdad Esfahbod <behdad@behdad.org>2007-02-21 15:47:43 -0500
commit7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c (patch)
tree4a21ede38afb7e6a6319bc4c3460380851c986a9 /test/text-rotate.c
parent155a1b48f6c8265ad5dd594354b66b3e8341bade (diff)
downloadcairo-7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c.tar.gz
[test] Fix syntax typo in text-rotate
Diffstat (limited to 'test/text-rotate.c')
-rw-r--r--test/text-rotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text-rotate.c b/test/text-rotate.c
index 43b8e2a29..71d9cc366 100644
--- a/test/text-rotate.c
+++ b/test/text-rotate.c
@@ -94,7 +94,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"text-rotate",
- "Tests show_text under various rotations"
+ "Tests show_text under various rotations",
WIDTH, HEIGHT,
draw
};