summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-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-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-private.h')
-rw-r--r--src/cairo-fixed-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-fixed-private.h b/src/cairo-fixed-private.h
index 62dc61ad9..9ff8f7503 100644
--- a/src/cairo-fixed-private.h
+++ b/src/cairo-fixed-private.h
@@ -46,7 +46,7 @@
#if (CAIRO_FIXED_BITS != 32)
# error CAIRO_FIXED_BITS must be 32, and the type must be a 32-bit type.
-# error To remove this limitation, you will have to fix the tesselator.
+# error To remove this limitation, you will have to fix the tessellator.
#endif
#define CAIRO_FIXED_ONE ((cairo_fixed_t)(1 << CAIRO_FIXED_FRAC_BITS))