mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fix typo.
This commit is contained in:
parent
14b83d3090
commit
6ee7f4eac2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user