summaryrefslogtreecommitdiff
path: root/src/bezier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bezier.h')
-rw-r--r--src/bezier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bezier.h b/src/bezier.h
index ce628dd..f86588b 100644
--- a/src/bezier.h
+++ b/src/bezier.h
@@ -56,7 +56,7 @@ extern const struct bezier_control_point bezier_defaults[4];
* This function requires that c[i].x <= c[i+1].x
*
* The curve is mapped into a canvas size [0, bezier_sz)². For each x
- * coordiante in [0, bezier_sz), the matching y coordinate is thus
+ * coordinate in [0, bezier_sz), the matching y coordinate is thus
* bezier[x].
*
* In other words, if you have a range [0,2048) input possible values,