From f06ef543fcbe28f4a103b3139050846695a58a10 Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Fri, 13 Jan 2017 04:24:16 +0100 Subject: [PATCH] typo correction "specific" --- ccmain/tesseractclass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmain/tesseractclass.h b/ccmain/tesseractclass.h index 710e8ef01e..5c93e3bc20 100644 --- a/ccmain/tesseractclass.h +++ b/ccmain/tesseractclass.h @@ -1065,7 +1065,7 @@ class Tesseract : public Wordrec { INT_VAR_H(min_sane_x_ht_pixels, 8, "Reject any x-ht lt or eq than this"); BOOL_VAR_H(tessedit_create_boxfile, false, "Output text with boxes"); INT_VAR_H(tessedit_page_number, -1, - "-1 -> All pages, else specifc page to process"); + "-1 -> All pages, else specific page to process"); BOOL_VAR_H(tessedit_write_images, false, "Capture the image from the IPE"); BOOL_VAR_H(interactive_display_mode, false, "Run interactively?"); STRING_VAR_H(file_type, ".tif", "Filename extension");