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

Fix typo in log-message
This commit is contained in:
Yong Tang 2017-12-11 17:52:53 -06:00 committed by GitHub
commit b687d6379d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: