aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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.