Fix typo in log-message

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5c3418e38b9603e8ff582d53c2face57f0f01cce)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2018-02-08 13:58:57 -08:00
parent c97c6d62c2
commit 092f60f9eb
@@ -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: