From 39274d8000dbadf3bfcc257d9a32ed2f89a138c9 Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Fri, 13 Jan 2017 04:17:32 +0100 Subject: [PATCH] typo correction "specific" --- ccmain/tesseractclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmain/tesseractclass.cpp b/ccmain/tesseractclass.cpp index f8b35218ea..156633c0fb 100644 --- a/ccmain/tesseractclass.cpp +++ b/ccmain/tesseractclass.cpp @@ -452,7 +452,7 @@ Tesseract::Tesseract() this->params()), INT_MEMBER(tessedit_page_number, -1, "-1 -> All pages" - " , else specifc page to process", + " , else specific page to process", this->params()), BOOL_MEMBER(tessedit_write_images, false, "Capture the image from the IPE", this->params()),