[test] Fix typo in test comment, again

This commit is contained in:
Behdad Esfahbod 2006-12-20 18:03:33 -05:00
parent 473ae3aa95
commit 344901a1a1

View file

@ -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
};