From f7beb220df74fef60c102fb5cc827fb2d3962296 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Mar 2007 10:33:09 -0500 Subject: [PATCH] Remove extra word in docs --- src/cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo.h b/src/cairo.h index 68169a31b..a80efde21 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -1337,7 +1337,7 @@ typedef enum _cairo_path_data_type { * a portion of the path than needed. Such elements can be used by * users of the cairo API to hold extra values in the path data * structure. For this reason, it is recommended that applications - * always use data->header.length to advance + * always use data->header.length to * iterate over the path data, instead of hardcoding the number of * elements for each element type. **/