summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/device.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-06-14 02:08:28 +0200
committerSebastian Rasmussen <sebras@gmail.com>2016-06-14 02:10:24 +0200
commit9c9fe1a6e373ab174667314d5be29c6822894f54 (patch)
treed3649b24e3e7afee05c5cb71b4e25aff66a8c3a5 /include/mupdf/fitz/device.h
parent4d7bf58d137d884e4eb0e81fd576031f069105cb (diff)
downloadmupdf-9c9fe1a6e373ab174667314d5be29c6822894f54.tar.xz
Fix typos in various parts of the code.
Diffstat (limited to 'include/mupdf/fitz/device.h')
-rw-r--r--include/mupdf/fitz/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mupdf/fitz/device.h b/include/mupdf/fitz/device.h
index d0a8f0ed..3a3dd416 100644
--- a/include/mupdf/fitz/device.h
+++ b/include/mupdf/fitz/device.h
@@ -13,7 +13,7 @@
/*
The different format handlers (pdf, xps etc) interpret pages to a
device. These devices can then process the stream of calls they
- recieve in various ways:
+ receive in various ways:
The trace device outputs debugging information for the calls.
The draw device will render them.
The list device stores them in a list to play back later.
@@ -228,7 +228,7 @@ typedef struct fz_cookie_s fz_cookie;
feedback or abort a job that takes a long time to finish. The
communication is unsynchronized without locking.
- abort: The appliation should set this field to 0 before
+ abort: The application should set this field to 0 before
calling fz_run_page to render a page. At any point when the
page is being rendered the application my set this field to 1
which will cause the rendering to finish soon. This field is