summaryrefslogtreecommitdiff
path: root/test/pattern-getters.c
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-10-20 14:11:30 -0400
committerBryce Harrington <bryce@bryceharrington.org>2019-01-31 17:37:15 -0800
commit6d93bddbd65a1a9723260f2b0406abae4dd63c7f (patch)
treea15fc178007793fb91aa9aaf0ff74c3a051c4d12 /test/pattern-getters.c
parentcb871c6c692af68d8e0bf9e26472af45435f8a2c (diff)
downloadcairo-6d93bddbd65a1a9723260f2b0406abae4dd63c7f.tar.gz
Misc. typos
Found via `codespell -i 3 -w -I ../cairo-word-whitelist.txt -L tim,ned,uint` Follow up of 12cb59be7da Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
Diffstat (limited to 'test/pattern-getters.c')
-rw-r--r--test/pattern-getters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pattern-getters.c b/test/pattern-getters.c
index 08508d7d4..e0ece398f 100644
--- a/test/pattern-getters.c
+++ b/test/pattern-getters.c
@@ -67,7 +67,7 @@ draw (cairo_t *cr, int width, int height)
!CAIRO_TEST_DOUBLE_EQUALS(g,0.3) ||
!CAIRO_TEST_DOUBLE_EQUALS(b,0.4) ||
!CAIRO_TEST_DOUBLE_EQUALS(a,0.5)) {
- cairo_test_log (ctx, "Error: cairo_pattern_get_rgba returned unexepcted results: %g, %g, %g, %g\n",
+ cairo_test_log (ctx, "Error: cairo_pattern_get_rgba returned unexpected results: %g, %g, %g, %g\n",
r, g, b, a);
cairo_pattern_destroy (pat);
return CAIRO_TEST_FAILURE;