Skip to content

Commit f06ef54

Browse files
authored
typo correction "specific"
1 parent 39274d8 commit f06ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccmain/tesseractclass.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ class Tesseract : public Wordrec {
10651065
INT_VAR_H(min_sane_x_ht_pixels, 8, "Reject any x-ht lt or eq than this");
10661066
BOOL_VAR_H(tessedit_create_boxfile, false, "Output text with boxes");
10671067
INT_VAR_H(tessedit_page_number, -1,
1068-
"-1 -> All pages, else specifc page to process");
1068+
"-1 -> All pages, else specific page to process");
10691069
BOOL_VAR_H(tessedit_write_images, false, "Capture the image from the IPE");
10701070
BOOL_VAR_H(interactive_display_mode, false, "Run interactively?");
10711071
STRING_VAR_H(file_type, ".tif", "Filename extension");

0 commit comments

Comments
 (0)