summaryrefslogtreecommitdiff
path: root/src/cairo-stroke-style.c
diff options
context:
space:
mode:
authorluz paz <luzpaz@github.com>2022-03-28 16:43:03 -0400
committerluz paz <luzpaz@github.com>2022-03-28 16:43:03 -0400
commit25d588e6c02ff9c540ccd107c835881ca113c497 (patch)
tree2809811f04206b7b08649d817833db5c04ae4f31 /src/cairo-stroke-style.c
parent4931e44f23059fd7dc1a2ab2c6c5f2eedf651eb5 (diff)
downloadcairo-25d588e6c02ff9c540ccd107c835881ca113c497.tar.gz
Fix typos in doxygen and source comments
Diffstat (limited to 'src/cairo-stroke-style.c')
-rw-r--r--src/cairo-stroke-style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-stroke-style.c b/src/cairo-stroke-style.c
index 856cb341b..fed8aec55 100644
--- a/src/cairo-stroke-style.c
+++ b/src/cairo-stroke-style.c
@@ -203,7 +203,7 @@ _cairo_stroke_style_dash_period (const cairo_stroke_style_t *style)
* respect to c:
* solve ( diff (integrate ((f(w,d) - c*d)^2, d, 0, w), c), c)
* Which leads to c = 9/32*pi*w
- * Since we're not interested in the true area, but just in a coverage extimate,
+ * Since we're not interested in the true area, but just in a coverage estimate,
* we always divide the real area by the line width (w).
* The same computation for square caps would be
* f(w,d) = 2 * integrate(w/2, x, -d/2, d/2)