Commit b405e5e1c91c11ef16c9eb5bf3bcb9ce0d031df1

Authored by Marco Scarpetta
Committed by Jay Berkenbilt
1 parent 3a180a05

Fix typo (#334)

Showing 1 changed file with 1 additions and 1 deletions
include/qpdf/QPDFWriter.hh
@@ -196,7 +196,7 @@ class QPDFWriter @@ -196,7 +196,7 @@ class QPDFWriter
196 // 196 //
197 // qpdf_dl_specialized: In addition to uncompressing the 197 // qpdf_dl_specialized: In addition to uncompressing the
198 // generalized compression formats, supported non-lossy 198 // generalized compression formats, supported non-lossy
199 - // compression will also be be decoded. At present, this includes 199 + // compression will also be decoded. At present, this includes
200 // the RunLengthDecode filter. 200 // the RunLengthDecode filter.
201 // 201 //
202 // qpdf_dl_all: In addition to generalized and non-lossy 202 // qpdf_dl_all: In addition to generalized and non-lossy