mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix typos
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com> See gh-51590
This commit is contained in:
committed by
Andy Wilkinson
parent
2a30bbc70a
commit
528c8bd1ea
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user