Commit 6898bc8d9815f84e80a0bf7b72150947bb634094
1 parent
f2ffb696
Spell check
Showing
2 changed files
with
3 additions
and
1 deletions
ispell-words
| ... | ... | @@ -389,6 +389,7 @@ eof |
| 389 | 389 | eol |
| 390 | 390 | epub |
| 391 | 391 | eq |
| 392 | +ERANGE | |
| 392 | 393 | eraseItem |
| 393 | 394 | Erdelsky's |
| 394 | 395 | errno |
| ... | ... | @@ -1162,6 +1163,7 @@ resetBits |
| 1162 | 1163 | resolveLiteral |
| 1163 | 1164 | resolveObjectsInStream |
| 1164 | 1165 | ResolveRecorder |
| 1166 | +resync | |
| 1165 | 1167 | retargeted |
| 1166 | 1168 | retested |
| 1167 | 1169 | reverseResolved | ... | ... |
libqpdf/Pl_DCT.cc
| ... | ... | @@ -82,7 +82,7 @@ Pl_DCT::finish() |
| 82 | 82 | // use a pointer and delete it. |
| 83 | 83 | Buffer* b = this->buf.getBuffer(); |
| 84 | 84 | // The jpeg library is a "C" library, so we use setjmp and longjmp |
| 85 | - // for exceptoin handling. | |
| 85 | + // for exception handling. | |
| 86 | 86 | if (setjmp(jerr.jmpbuf) == 0) |
| 87 | 87 | { |
| 88 | 88 | try | ... | ... |