summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators.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 /src/cairo-pdf-operators.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 'src/cairo-pdf-operators.c')
-rw-r--r--src/cairo-pdf-operators.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-pdf-operators.c b/src/cairo-pdf-operators.c
index 491ef8ca2..328e893d7 100644
--- a/src/cairo-pdf-operators.c
+++ b/src/cairo-pdf-operators.c
@@ -798,7 +798,7 @@ _cairo_pdf_operators_emit_stroke (cairo_pdf_operators_t *pdf_operators,
}
/* The PDF CTM is transformed to the user space CTM when stroking
- * so the corect pen shape will be used. This also requires that
+ * so the correct pen shape will be used. This also requires that
* the path be transformed to user space when emitted. The
* conversion of path coordinates to user space may cause rounding
* errors. For example the device space point (1.234, 3.142) when
@@ -1326,7 +1326,7 @@ _cairo_pdf_operators_emit_glyph (cairo_pdf_operators_t *pdf_operator
* current position to the next glyph. We also use the Td
* operator to move the current position if the horizontal
* position changes by more than 10 (in text space
- * units). This is becauses the horizontal glyph positioning
+ * units). This is because the horizontal glyph positioning
* in the TJ operator is intended for kerning and there may be
* PDF consumers that do not handle very large position
* adjustments in TJ.