From 94c5537924da3a6b00b106eda80e61a6f4a9a1f0 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 4 Jul 2006 14:58:58 -0500 Subject: [PATCH] Fix a typo in cairo_font_extents_t documentation --- src/cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo.h b/src/cairo.h index ab860e81a..997e2e792 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -700,7 +700,7 @@ typedef struct { * writing. (The scripts of East Asia are sometimes written * vertically.) * - * The #cairo_text_extents_t structure stores metric information for + * The #cairo_font_extents_t structure stores metric information for * a font. Values are given in the current user-space coordinate * system. *