summaryrefslogtreecommitdiff
path: root/src/cairo.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 /src/cairo.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 'src/cairo.c')
-rw-r--r--src/cairo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 092d48c0d..92724a26b 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -256,7 +256,7 @@
* no operations are enclosed, the y coordidate is 0.
*
* @internal: A boolean that if true, the destination name may be
- * ommitted from PDF where possible. In this case, links
+ * omitted from PDF where possible. In this case, links
* refer directly to the page and position instead of via
* the named destination table. Note that if this
* destination is referenced by another PDF (see [File Links][file-link]),
@@ -279,10 +279,10 @@
* # Document Structure (PDF) # {#doc-struct}
*
* The document structure tags provide a means of specifying structural information
- * such as headers, paragraphs, tables, and figures. The inclusion of structural information faciliates:
+ * such as headers, paragraphs, tables, and figures. The inclusion of structural information facilitates:
* * Extraction of text and graphics for copy and paste
* * Reflow of text and graphics in the viewer
- * * Proccessing text eg searching and indexing
+ * * Processing text eg searching and indexing
* * Conversion to other formats
* * Accessability support
*