summaryrefslogtreecommitdiff
path: root/src/cairo-cogl-surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-cogl-surface.c')
-rw-r--r--src/cairo-cogl-surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-cogl-surface.c b/src/cairo-cogl-surface.c
index 2f7ed58d3..0c32940e8 100644
--- a/src/cairo-cogl-surface.c
+++ b/src/cairo-cogl-surface.c
@@ -142,7 +142,7 @@ typedef struct _cairo_cogl_path_fill_meta {
/* A cached path tessellation should be re-usable with different rotations
* and translations but not for different scales.
*
- * one idea is to track the diagonal lenghts of a unit rectangle
+ * one idea is to track the diagonal lengths of a unit rectangle
* 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.
@@ -166,7 +166,7 @@ typedef struct _cairo_cogl_path_stroke_meta {
/* A cached path tessellation should be re-usable with different rotations
* and translations but not for different scales.
*
- * one idea is to track the diagonal lenghts of a unit rectangle
+ * one idea is to track the diagonal lengths of a unit rectangle
* 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.