summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-12-16 18:48:59 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-12-16 18:48:59 -0500
commitcab3f84ad334050739e6fa05e8dbc2a7dcb9eca7 (patch)
treef61fc8e62e9fa7e25c84b597164d77c3e65c05ce
parent46add53973de5ba4ae4d6d02d1dd87e5487336c3 (diff)
[test] Fix typo in test comment
-rw-r--r--test/ft-text-vertical-layout-type1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ft-text-vertical-layout-type1.c b/test/ft-text-vertical-layout-type1.c
index be5fe33b7..0832ef9cd 100644
--- a/test/ft-text-vertical-layout-type1.c
+++ b/test/ft-text-vertical-layout-type1.c
@@ -37,7 +37,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"ft-text-vertical-layout-type1",
- "Tests text rendering for vertical layout with TrueType fonts",
+ "Tests text rendering for vertical layout with Typ1 fonts",
WIDTH, HEIGHT,
draw
};