1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo in log-message

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-12-11 10:59:51 -08:00
parent 3b14e5980e
commit 5c3418e38b
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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: