diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-03-03 23:00:54 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-03-10 10:20:28 +0100 |
commit | 77da76ac6c31709962e81b2683d984bc58c412d6 (patch) | |
tree | 7bf46fda56e0fdd5efc07c97907105cce8b2d1d3 /src/cairo-mesh-pattern-rasterizer.c | |
parent | 4a1d4205580b793f46101aafe432e9eaf39cf8f2 (diff) | |
download | cairo-77da76ac6c31709962e81b2683d984bc58c412d6.tar.gz |
doc: fix a few typos found by codespell
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-mesh-pattern-rasterizer.c')
-rw-r--r-- | src/cairo-mesh-pattern-rasterizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-mesh-pattern-rasterizer.c b/src/cairo-mesh-pattern-rasterizer.c index 82b16e73c..6f0dd6667 100644 --- a/src/cairo-mesh-pattern-rasterizer.c +++ b/src/cairo-mesh-pattern-rasterizer.c @@ -333,7 +333,7 @@ fd_fixed_fwd (int32_t f[4]) * * max(|B'(t)|) <= 3 max (|p1-p0|, |p2-p0|/2, |p3-p1|/2, |p3-p2|) * - * So, to guarantee a maximum step lenght of 1/sqrt(2) we must do: + * So, to guarantee a maximum step length of 1/sqrt(2) we must do: * * 3 max (|p1-p0|, |p2-p0|/2, |p3-p1|/2, |p3-p2|) sqrt(2) steps */ |