Fix typo.

This commit is contained in:
Egor Pugin 2018-09-29 17:04:25 +03:00 committed by GitHub
parent 14b83d3090
commit 6ee7f4eac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}