summaryrefslogtreecommitdiff
path: root/test/ft-text-vertical-layout-type1.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-12-20 18:03:33 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-12-20 18:15:22 -0500
commit344901a1a128b7e843c3bff0a4a12c36be7acbc8 (patch)
treecd9d374091dc7aed747c9dbd02d2e6fa856590b6 /test/ft-text-vertical-layout-type1.c
parent473ae3aa9510b750f54cbf889180e3c4784da1b7 (diff)
downloadcairo-344901a1a128b7e843c3bff0a4a12c36be7acbc8.tar.gz
[test] Fix typo in test comment, again
Diffstat (limited to 'test/ft-text-vertical-layout-type1.c')
-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 0832ef9cd..82e31f14d 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 Typ1 fonts",
+ "Tests text rendering for vertical layout with Type1 fonts",
WIDTH, HEIGHT,
draw
};