summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-win32-printing.c
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
committerUli Schlachter <psychon@znc.in>2020-12-26 15:55:20 +0000
commit2a48955a331e48e40bce0bcf886b41fd83ea4c6f (patch)
tree7ffe15b04bc1e55fbfbb7c491e05cce0ac55ee41 /boilerplate/cairo-boilerplate-win32-printing.c
parent1d99f816b3804f2568ee4669cd0fe57f66ab319d (diff)
parent2eb12d3fbc7ba727a6af5ef0893f9822ecd2d7d3 (diff)
Merge branch 'backport-fixes' into '1.16'1.16
Cherry-pick fixes from master into 1.16 See merge request cairo/cairo!20
Diffstat (limited to 'boilerplate/cairo-boilerplate-win32-printing.c')
-rw-r--r--boilerplate/cairo-boilerplate-win32-printing.c2
1 files changed, 1 insertions, 1 deletions
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