Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Sep 29, 2018
1 parent 14b83d3 commit 6ee7f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/tesseractmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ int main(int argc, char** argv) {

Pix* pixs = pixRead(image);
if (!pixs) {
fprintf(stderr, "Leptonica can process input file: %s\n", image);
fprintf(stderr, "Leptonica can't process input file: %s\n", image);
return 2;
}

Expand Down

0 comments on commit 6ee7f4e

Please sign in to comment.