Browse code

Fix typo in log-message

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/12/12 03:59:51
Showing 1 changed files
... ...
@@ -278,7 +278,7 @@ func (r *remote) monitorConnection(client *containerd.Client) {
278 278
 
279 279
 		select {
280 280
 		case <-r.shutdownContext.Done():
281
-			r.logger.Info("stopping healtcheck following graceful shutdown")
281
+			r.logger.Info("stopping healthcheck following graceful shutdown")
282 282
 			client.Close()
283 283
 			return
284 284
 		default: