aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-04 22:09:33 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-04 22:26:58 +0100
commit18340b883564386c6e8e5d3126698a023033a548 (patch)
treee4498c0a519ecc6af764ff6069c4b92ca9095163 /include
parentbf8fd41fee091ad6fe0d10066a4dbb3d8834b005 (diff)
downloadqpdf-18340b883564386c6e8e5d3126698a023033a548.tar.zst
Spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFStreamFilter.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFStreamFilter.hh b/include/qpdf/QPDFStreamFilter.hh
index 5e16a0b2..0dcd7c58 100644
--- a/include/qpdf/QPDFStreamFilter.hh
+++ b/include/qpdf/QPDFStreamFilter.hh
@@ -39,7 +39,7 @@ class QPDF_DLL_CLASS QPDFStreamFilter
// setDecodeParms() and getDecodePipeline(). QPDF will always call
// setDecodeParms() before calling getDecodePipeline(). It is
// expected that you will store any needed information from
- // decode_parms (or the decode_parms object iself) in your
+ // decode_parms (or the decode_parms object itself) in your
// instance so that it can be used to construct the decode
// pipeline.