aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 20:19:08 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:22:20 +0200
commite452d9dca60bb30ed6a0aa9f437ad40265214cb8 (patch)
treecf003869f783f45b38ea8b8035229bfd42000195 /include
parent2a8cd4acdc48f050a0be66405cfbe9ba1c6ce9da (diff)
downloadqpdf-e452d9dca60bb30ed6a0aa9f437ad40265214cb8.tar.zst
Spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
-rw-r--r--include/qpdf/QPDFWriter.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index e3cd24b6..8b03eed7 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -402,7 +402,7 @@ class QPDF
void showXRefTable();
// Returns a list of indirect objects for every object in the xref
- // table. Useful for discovering objects that are not otherwised
+ // table. Useful for discovering objects that are not otherwise
// referenced.
QPDF_DLL
std::vector<QPDFObjectHandle> getAllObjects();
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 6114669c..aa72914f 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -178,7 +178,7 @@ class QPDFWriter
// compression. Note that compressing the resulting data with
// DCTDecode again will accumulate loss, so avoid multiple
// compression and decompression cycles. This is mostly useful for
- // retreiving image data.
+ // retrieving image data.
QPDF_DLL
void setDecodeLevel(qpdf_stream_decode_level_e);