diff --git a/src/main/java/org/springframework/data/release/io/IoProperties.java b/src/main/java/org/springframework/data/release/io/IoProperties.java index 6e0eec2..61ab333 100644 --- a/src/main/java/org/springframework/data/release/io/IoProperties.java +++ b/src/main/java/org/springframework/data/release/io/IoProperties.java @@ -53,7 +53,7 @@ class IoProperties { if (!javaHomeDir.isDirectory()) { log.warn(String.format( - "⚠️️ Property 'io.javaHome' does not point to a vaild directory ('%s')! Falling back to os.default.", + "⚠️️ Property 'io.javaHome' does not point to a valid directory ('%s')! Falling back to os.default.", javaHomeDir.getPath())); return; }