summaryrefslogtreecommitdiff
path: root/test/get-path-extents.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-01-21 13:34:53 -0800
committerCarl Worth <cworth@cworth.org>2008-01-21 13:34:53 -0800
commitc15cab8b6855540436e457465c4766812c6def55 (patch)
tree0b6323914d3363e886644d4bc944d21bc48d8998 /test/get-path-extents.c
parented695bdb9b1e4500f796c7f07a7cc2f3832b2a39 (diff)
downloadcairo-c15cab8b6855540436e457465c4766812c6def55.tar.gz
Correct near-pangram to be an actual pangram
This wasn't affecting the test quality at all, but it did annoy me to see this mistake.
Diffstat (limited to 'test/get-path-extents.c')
-rw-r--r--test/get-path-extents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-path-extents.c b/test/get-path-extents.c
index 0ba761c86..5520b39e9 100644
--- a/test/get-path-extents.c
+++ b/test/get-path-extents.c
@@ -106,7 +106,7 @@ draw (cairo_t *cr, int width, int height)
cairo_surface_t *surface;
cairo_t *cr2;
const char *phase;
- const char string[] = "The quick brown fox jumped over the lazy dog.";
+ const char string[] = "The quick brown fox jumps over the lazy dog.";
cairo_text_extents_t extents, scaled_font_extents;
cairo_test_status_t ret = CAIRO_TEST_SUCCESS;