diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-12-16 18:48:59 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-12-16 18:48:59 -0500 |
commit | cab3f84ad334050739e6fa05e8dbc2a7dcb9eca7 (patch) | |
tree | f61fc8e62e9fa7e25c84b597164d77c3e65c05ce | |
parent | 46add53973de5ba4ae4d6d02d1dd87e5487336c3 (diff) |
[test] Fix typo in test comment
-rw-r--r-- | test/ft-text-vertical-layout-type1.c | 2 |
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 }; |