We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f311f commit 5e9e22cCopy full SHA for 5e9e22c
training/ambiguous_words.cpp
@@ -34,7 +34,7 @@ int main(int argc, char** argv) {
34
// Parse input arguments.
35
if (argc != 4 && (argc != 6 || strcmp(argv[1], "-l") != 0)) {
36
printf("Usage: %s [-l lang] tessdata_dir wordlist_file"
37
- " output_ambiguious_wordlist_file\n", argv[0]);
+ " output_ambiguous_wordlist_file\n", argv[0]);
38
return 1;
39
}
40
int argv_offset = 0;
0 commit comments