diff options
Diffstat (limited to 'src/cairo-traps.c')
-rw-r--r-- | src/cairo-traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-traps.c b/src/cairo-traps.c index 1b7484843..c54f6f2ef 100644 --- a/src/cairo-traps.c +++ b/src/cairo-traps.c @@ -284,7 +284,7 @@ _cairo_traps_tessellate_convex_quad (cairo_traps_t *traps, * cases to tessellate. * * First, we have to determine the Y-axis sort of the four - * vertices, (either abcd or abdc). After that we need to detemine + * vertices, (either abcd or abdc). After that we need to determine * which edges will be "left" and which will be "right" in the * resulting trapezoids. This can be determined by computing a * slope comparison of ab and ad to determine if b is left of d or |