spelling: unknown

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent d7cb3e8002
commit 15ce1e4351
4 changed files with 4 additions and 4 deletions
@@ -243,7 +243,7 @@ public class IggyIndexBuilder {
} else if (i == 6) {
return 8;
}
throw new RuntimeException("Uknown platform num");
throw new RuntimeException("Unknown platform num");
}
private long writeIndex(int code, boolean is64, long val) {