diff --git a/pkg/compose/convergence.go b/pkg/compose/convergence.go index 404e12ba6..bb54e8c08 100644 --- a/pkg/compose/convergence.go +++ b/pkg/compose/convergence.go @@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con } } if !found { - // config is up-t-date but container is not connected to network - maybe recreated ? + // config is up-to-date but container is not connected to network - maybe recreated ? return true, nil } }