diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:21:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:21:24 -0500 |
commit | 6625c0811d572d48342ea9c381d4aa8245ab5bda (patch) | |
tree | 61637dfe1666f2fb42191f34c75cb9c07e3a43e9 /kooka | |
parent | 091cd1f6709f80d04585420eb1c80bca04d9e968 (diff) | |
download | tdegraphics-6625c0811d572d48342ea9c381d4aa8245ab5bda.tar.gz tdegraphics-6625c0811d572d48342ea9c381d4aa8245ab5bda.zip |
Fix typos.
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/ocrword.cpp | 2 |
1 files changed, 1 insertions, 1 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 |