diff options
Diffstat (limited to 'kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp')
-rw-r--r-- | kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp b/kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp index 57dd5200..3ff9d7df 100644 --- a/kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp +++ b/kviewshell/plugins/djvu/libdjvu/JB2EncodeCodec.cpp @@ -467,7 +467,7 @@ JB2Dict::JB2Codec::Encode::code(const GP<JB2Image> &gjim) // Avoid coding null tqshapes/blits else if (jshp.bits) { - // Make sure all tqparents have been coded + // Make sure all parents have been coded if (jshp.tqparent>=0 && tqshape2lib[jshp.tqparent]<0) encode_libonly_tqshape(gjim, jshp.tqparent); // Allocate library entry when needed |