diff options
-rw-r--r-- | kooka/ocrword.cpp | 2 | ||||
-rw-r--r-- | kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kooka/ocrword.cpp b/kooka/ocrword.cpp index 92993bfd..e54feb6a 100644 --- a/kooka/ocrword.cpp +++ b/kooka/ocrword.cpp @@ -69,7 +69,7 @@ TQStringList ocrWordList::stringList() for ( it = begin(); it != end(); ++it ) { #if 0 - /* Uncommented this to prevent an error that occurs if the lenght of the + /* Uncommented this to prevent an error that occurs if the length of the * spellchecked stringlist and the ocr_page wordlist are not the same length. * For the ocrpage words connected with a dash are one word while the code * below parts them into two. That confuses the replacement code if the user diff --git a/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp b/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp index f0185bc8..64be7931 100644 --- a/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp +++ b/kviewshell/plugins/djvu/libdjvu/MMRDecoder.cpp @@ -807,7 +807,7 @@ MMRDecoder::scanrle(const bool invert, const unsigned char **endptr) *p = 0; p++; } } - // Encode lenghts using the RLE format + // Encode lengths using the RLE format for(int a0=0;a0 < width;) { int count = *xr++; |