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