From 7e5bd8ca7bf400e16dabb1cedb7c8dbf0fd75b5d 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/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; }