summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-type-private.h
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2014-02-26 18:55:25 -0800
committerBryce Harrington <b.harrington@samsung.com>2014-02-26 18:55:25 -0800
commitf1709c298c355499a18796f389fa0fd9bc52b8c3 (patch)
tree63fd9dde53821403ad0b6fb99d1a5fb4f1cbb749 /src/cairo-fixed-type-private.h
parent273210683f182d72789f88df80fec8c4d08bb30f (diff)
downloadcairo-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-fixed-type-private.h')
-rw-r--r--src/cairo-fixed-type-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-fixed-type-private.h b/src/cairo-fixed-type-private.h
index 2bbd5f786..e9f26f615 100644
--- a/src/cairo-fixed-type-private.h
+++ b/src/cairo-fixed-type-private.h
@@ -50,7 +50,7 @@ typedef cairo_int128_t cairo_fixed_64_64_t;
typedef cairo_int128_t cairo_fixed_96_32_t;
/* Eventually, we should allow changing this, but I think
- * there are some assumptions in the tesselator about the
+ * there are some assumptions in the tessellator about the
* size of a fixed type. For now, it must be 32.
*/
#define CAIRO_FIXED_BITS 32