spelling: unknown

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:52:53 -04:00
committed by Jindra Petřík
parent d7cb3e8002
commit 15ce1e4351
4 changed files with 4 additions and 4 deletions

View File

@@ -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) {