Fix spelling of log message

This commit is contained in:
Georgios Andrianakis
2018-05-15 10:39:00 +03:00
committed by Ioannis Canellos
parent 2dc711fa66
commit c62161e33c

View File

@@ -58,7 +58,7 @@ public class KubernetesProfileApplicationListener implements ApplicationListener
}
} else {
if (LOG.isDebugEnabled()) {
LOG.warn("Not running inside kubernetes. Skipping 'kuberntes' profile activation.");
LOG.warn("Not running inside kubernetes. Skipping 'kubernetes' profile activation.");
}
}
}