Fix typos

Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>

See gh-51590
This commit is contained in:
Hyunwoo Jung
2026-09-07 11:53:30 +01:00
committed by Andy Wilkinson
parent 2a30bbc70a
commit 528c8bd1ea
16 changed files with 32 additions and 32 deletions
@@ -51,7 +51,7 @@ public final class CompiledMetadataReader {
}
}
catch (Exception ex) {
throw new RuntimeException("Failed to read metadata fom '%s'".formatted(location), ex);
throw new RuntimeException("Failed to read metadata from '%s'".formatted(location), ex);
}
}