mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Fix spelling error in console logs
mistmach -> mismatch
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user