summaryrefslogtreecommitdiff
path: root/test/dash-offset.c
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 23:00:54 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:28 +0100
commit77da76ac6c31709962e81b2683d984bc58c412d6 (patch)
tree7bf46fda56e0fdd5efc07c97907105cce8b2d1d3 /test/dash-offset.c
parent4a1d4205580b793f46101aafe432e9eaf39cf8f2 (diff)
downloadcairo-77da76ac6c31709962e81b2683d984bc58c412d6.tar.gz
doc: fix a few typos found by codespell
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/dash-offset.c')
-rw-r--r--test/dash-offset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dash-offset.c b/test/dash-offset.c
index 0e5368700..f4269ee13 100644
--- a/test/dash-offset.c
+++ b/test/dash-offset.c
@@ -37,7 +37,7 @@ static const double frac_offset[] = { 0, 2, 4, 6 };
* This corresponds to the non-inverted part only if
* the dash pattern has odd length, so the expected result
* is the same for every int_offset if the pattern has
- * even lenght, and inverted each time (or shifted by half
+ * even length, and inverted each time (or shifted by half
* period, which is the same) if the pattern has odd length. */
static const double int_offset[] = { -2, -1, 0, 1, 2 };