Skip to content

Commit b9365cd

Browse files
committed
api: Fix typo in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 6ac5d0b commit b9365cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/baseapi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ bool TessBaseAPI::ProcessPages(const char* filename, const char* retry_config,
10741074
}
10751075

10761076
// In the ideal scenario, Tesseract will start working on data as soon
1077-
// as it can. For example, if you steam a filelist through stdin, we
1077+
// as it can. For example, if you stream a filelist through stdin, we
10781078
// should start the OCR process as soon as the first filename is
10791079
// available. This is particularly useful when hooking Tesseract up to
10801080
// slow hardware such as a book scanning machine.

0 commit comments

Comments
 (0)