Fix Typo
Siz -> Six in comment
This commit is contained in:
parent
495ac4e546
commit
214ad63925
|
@ -598,7 +598,7 @@ parse (char *text)
|
|||
ucs = 0xfffd;
|
||||
p += 5;
|
||||
}
|
||||
// Siz byte utf8 sequence
|
||||
// Six byte utf8 sequence
|
||||
else if ((utf[0] & 0xfe) == 0xfc) {
|
||||
ucs = 0xfffd;
|
||||
p += 6;
|
||||
|
|
Loading…
Reference in New Issue
Block a user