Skip to content

Commit 5e9e22c

Browse files
committed
training: Fix typo in help text
Signed-off-by: Stefan Weil <[email protected]>
1 parent 83f311f commit 5e9e22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/ambiguous_words.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ int main(int argc, char** argv) {
3434
// Parse input arguments.
3535
if (argc != 4 && (argc != 6 || strcmp(argv[1], "-l") != 0)) {
3636
printf("Usage: %s [-l lang] tessdata_dir wordlist_file"
37-
" output_ambiguious_wordlist_file\n", argv[0]);
37+
" output_ambiguous_wordlist_file\n", argv[0]);
3838
return 1;
3939
}
4040
int argv_offset = 0;

0 commit comments

Comments
 (0)