diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-07-13 13:39:04 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-07-13 13:39:04 -0400 |
commit | 510d23acef9fc75eb968795191091cbc1d33bc09 (patch) | |
tree | c8891039ab694e0e80cd7239d73a91c387f1d707 /src | |
parent | 601c0503f7906151698929051852d13c377cfef1 (diff) |
Fix doc typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo.h b/src/cairo.h index 2003093e..e5349c9f 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -1167,8 +1167,8 @@ union _cairo_path_data_t { * @num_data: the number of elements in the data array * * A data structure for holding a path. This data structure serves as - * the return value for cairo_copy_path_data() and - * cairo_copy_path_data_flat() as well the input value for + * the return value for cairo_copy_path() and + * cairo_copy_path_flat() as well the input value for * cairo_append_path(). * * See #cairo_path_data_t for hints on how to iterate over the |