Polishing.

Fix typo.

See #197
This commit is contained in:
Mark Paluch
2021-11-24 14:03:21 +01:00
parent 2c75332bb2
commit 7e5bd8ca7b

View File

@@ -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;
}