From 5c3418e38b9603e8ff582d53c2face57f0f01cce Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 11 Dec 2017 10:59:51 -0800 Subject: [PATCH] Fix typo in log-message Signed-off-by: Sebastiaan van Stijn --- libcontainerd/remote_daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainerd/remote_daemon.go b/libcontainerd/remote_daemon.go index e6fd05f08a..609bcfba7a 100644 --- a/libcontainerd/remote_daemon.go +++ b/libcontainerd/remote_daemon.go @@ -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: