Merge pull request #35768 from thaJeztah/fix-healthcheck-typo

Fix typo in log-message
Upstream-commit: b687d6379db06bf0305d75c15f8f0e7f0dbeb921
Component: engine
This commit is contained in:
Yong Tang
2017-12-11 17:52:53 -06:00
committed by GitHub
@@ -278,7 +278,7 @@ func (r *remote) monitorConnection(client *containerd.Client) {
select {
case <-r.shutdownContext.Done():
r.logger.Info("stopping healtcheck following graceful shutdown")
r.logger.Info("stopping healthcheck following graceful shutdown")
client.Close()
return
default: