summaryrefslogtreecommitdiff
path: root/test/line-width-zero.c
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-09 09:43:02 -0500
committerBryce Harrington <bryce@osg.samsung.com>2018-04-02 17:46:58 -0700
commit12cb59be7da83cf019933a163cef8d8b2601b7f4 (patch)
treebdc20384928124d46c56f0faaf72b6b5a991fe83 /test/line-width-zero.c
parent33a348d69809637ba7c48cc31a9f236a5b246ae0 (diff)
downloadcairo-12cb59be7da83cf019933a163cef8d8b2601b7f4.tar.gz
Cairo trivial typos
Found using `codespell -q 3 -I cairo-whitelist.txt` whereby whitelist contained: ``` amin iff lod writen ``` Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'test/line-width-zero.c')
-rw-r--r--test/line-width-zero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/line-width-zero.c b/test/line-width-zero.c
index c7ac8a0fd..421b9d2c5 100644
--- a/test/line-width-zero.c
+++ b/test/line-width-zero.c
@@ -28,7 +28,7 @@
/* This is a test case for the following bug:
*
- * Crash in cairo_stroke_extents whe line width is 0 and line cap is ROUND
+ * Crash in cairo_stroke_extents when line width is 0 and line cap is ROUND
* (_cairo_pen_find_active_cw_vertex_index)
* https://bugs.freedesktop.org/show_bug.cgi?id=10231
*/