aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-09-16 04:26:14 +0200
committerJay Berkenbilt <ejb@ql.org>2017-09-16 05:09:04 +0200
commit6898bc8d9815f84e80a0bf7b72150947bb634094 (patch)
tree4a8250b29aa7811eadeccd05c55de5d58aaa997c /libqpdf
parentf2ffb6968ac11f7d63be87737f2b6736d0122880 (diff)
downloadqpdf-6898bc8d9815f84e80a0bf7b72150947bb634094.tar.zst
Spell check
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/Pl_DCT.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/Pl_DCT.cc b/libqpdf/Pl_DCT.cc
index 084581be..b9d54b86 100644
--- a/libqpdf/Pl_DCT.cc
+++ b/libqpdf/Pl_DCT.cc
@@ -82,7 +82,7 @@ Pl_DCT::finish()
// use a pointer and delete it.
Buffer* b = this->buf.getBuffer();
// The jpeg library is a "C" library, so we use setjmp and longjmp
- // for exceptoin handling.
+ // for exception handling.
if (setjmp(jerr.jmpbuf) == 0)
{
try