mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:19:18 +08:00
Fix typo
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
7231e67682
commit
8f8651b6ce
@ -47,7 +47,7 @@ enum StrongScriptDirection {
|
|||||||
|
|
||||||
// The UNICHAR class holds a single classification result. This may be
|
// The UNICHAR class holds a single classification result. This may be
|
||||||
// a single Unicode character (stored as between 1 and 4 utf8 bytes) or
|
// a single Unicode character (stored as between 1 and 4 utf8 bytes) or
|
||||||
// multple Unicode characters representing the NFKC expansion of a ligature
|
// multiple Unicode characters representing the NFKC expansion of a ligature
|
||||||
// such as fi, ffl etc. These are also stored as utf8.
|
// such as fi, ffl etc. These are also stored as utf8.
|
||||||
class UNICHAR {
|
class UNICHAR {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user