Fix spelling error in console logs

mistmach -> mismatch
This commit is contained in:
Dave Syer
2020-11-04 07:22:07 +00:00
committed by Peter Palaga
parent ca9f184a14
commit 0da1f0b252

View File

@@ -621,7 +621,7 @@ public class DaemonMavenCli {
.filter(key -> !Objects.equals(requested.get(key), actual.get(key)))
.collect(Collectors.toList());
if (!diffs.isEmpty()) {
slf4jLogger.warn("Environment mistmach !");
slf4jLogger.warn("Environment mismatch !");
slf4jLogger.warn("A few environment mismatches have been detected between the client and the daemon.");
diffs.forEach(key -> {
String vr = requested.get(key);