summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 be5fe33b..0832ef9c 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
};