spelling: encoding

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:08:20 -04:00
committed by Jindra Petřík
parent f22289bad8
commit 86d65107bf

View File

@@ -213,7 +213,7 @@ public class TtfParser {
seek(input, tableOffsets.get("cmap") + offset);
int format = readUnsignedShort(input);
switch (format) {
case 0: //byte enconding table
case 0: //byte encoding table
{
int length = readUnsignedShort(input);
int languageCode = readUnsignedShort(input);