diff options
author | Bryce Harrington <b.harrington@samsung.com> | 2014-02-26 18:55:25 -0800 |
---|---|---|
committer | Bryce Harrington <b.harrington@samsung.com> | 2014-02-26 18:55:25 -0800 |
commit | f1709c298c355499a18796f389fa0fd9bc52b8c3 (patch) | |
tree | 63fd9dde53821403ad0b6fb99d1a5fb4f1cbb749 /src/cairo-cogl-surface.c | |
parent | 273210683f182d72789f88df80fec8c4d08bb30f (diff) | |
download | cairo-f1709c298c355499a18796f389fa0fd9bc52b8c3.tar.gz |
Correct spelling of "tessellator" throughout code
Based on patch suggested by Homer Hsing
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50411
Diffstat (limited to 'src/cairo-cogl-surface.c')
-rw-r--r-- | src/cairo-cogl-surface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-cogl-surface.c b/src/cairo-cogl-surface.c index 27c3676de..7389c3e8e 100644 --- a/src/cairo-cogl-surface.c +++ b/src/cairo-cogl-surface.c @@ -143,7 +143,7 @@ typedef struct _cairo_cogl_path_fill_meta { * and translations but not for different scales. * * one idea is to track the diagonal lenghts of a unit rectangle - * transformed through the original ctm use to tesselate the geometry + * transformed through the original ctm use to tessellate the geometry * so we can check what the lengths are for any new ctm to know if * this geometry is compatible. */ @@ -167,7 +167,7 @@ typedef struct _cairo_cogl_path_stroke_meta { * and translations but not for different scales. * * one idea is to track the diagonal lenghts of a unit rectangle - * transformed through the original ctm use to tesselate the geometry + * transformed through the original ctm use to tessellate the geometry * so we can check what the lengths are for any new ctm to know if * this geometry is compatible. */ @@ -805,7 +805,7 @@ _cairo_cogl_journal_flush (cairo_cogl_surface_t *surface) _cairo_path_fixed_approximate_clip_extents (&path->path, &extents); /* TODO - maintain a fifo of the last 10 used clips with cached - * primitives to see if we can avoid tesselating the path and + * primitives to see if we can avoid tessellating the path and * uploading the vertices... */ #if 0 |