From 6d93bddbd65a1a9723260f2b0406abae4dd63c7f Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 20 Oct 2018 14:11:30 -0400 Subject: 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 --- boilerplate/cairo-boilerplate-win32-printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boilerplate') diff --git a/boilerplate/cairo-boilerplate-win32-printing.c b/boilerplate/cairo-boilerplate-win32-printing.c index 625d52c53..5a630664b 100644 --- a/boilerplate/cairo-boilerplate-win32-printing.c +++ b/boilerplate/cairo-boilerplate-win32-printing.c @@ -153,7 +153,7 @@ create_printer_dc (win32_target_closure_t *ptc) /* The printer device units on win32 are 1 unit == 1 dot and the * origin is the start of the printable area. We transform the - * cordinate space to 1 unit is 1 point as expected by the + * coordinate space to 1 unit is 1 point as expected by the * tests. As the page size is larger than the test surface, the * origin is translated down so that the each test is drawn at the * bottom left corner of the page. This is because the bottom left -- cgit v1.2.1