Commit 1fb26f08ad91d08f67ac30e2557ddcadd8b9ccac
1 parent
0675a3f6
Fix typo in comment and whitespace issue
Showing
2 changed files
with
2 additions
and
2 deletions
include/qpdf/Constants.h
| ... | ... | @@ -69,7 +69,7 @@ enum qpdf_stream_decode_level_e |
| 69 | 69 | qpdf_dl_none = 0, /* preserve all stream filters */ |
| 70 | 70 | qpdf_dl_generalized, /* decode general-purpose filters */ |
| 71 | 71 | qpdf_dl_specialized, /* also decode other non-lossy filters */ |
| 72 | - qpdf_dl_all /* also decode loss filters */ | |
| 72 | + qpdf_dl_all /* also decode lossy filters */ | |
| 73 | 73 | }; |
| 74 | 74 | |
| 75 | 75 | /* R3 Encryption Parameters */ | ... | ... |
include/qpdf/QIntC.hh