From d9e212c5f7e7cf5c0e7ee86ea897b55c7379f854 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 24 Nov 2021 14:03:21 +0100 Subject: [PATCH] Polishing. Fix typo. See #197 --- .../java/org/springframework/data/release/io/IoProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java b/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java index 6e0eec2..61ab333 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java +++ b/release-tools/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; }