Merge pull request #471 from ciupicri/patch-1

Fix a typo in tesseract(1) man page
This commit is contained in:
zdenop 2016-11-22 09:10:28 +01:00 committed by GitHub
commit 871e500db7

View File

@ -268,7 +268,7 @@ The engine was developed at Hewlett Packard Laboratories Bristol and at
Hewlett Packard Co, Greeley Colorado between 1985 and 1994, with some more
changes made in 1996 to port to Windows, and some C\+\+izing in 1998. A
lot of the code was written in C, and then some more was written in C\+\+.
The C\++ code makes heavy use of a list system using macros. This predates
The C\+\+ code makes heavy use of a list system using macros. This predates
stl, was portable before stl, and is more efficient than stl lists, but has
the big negative that if you do get a segmentation violation, it is hard to
debug.