diff --git a/engine/resources/svc.go b/engine/resources/svc.go index 98360969..2c07899e 100644 --- a/engine/resources/svc.go +++ b/engine/resources/svc.go @@ -220,7 +220,7 @@ func (obj *SvcRes) Watch(ctx context.Context) error { } if invalid { - obj.init.Logf("waiting fo service") // waiting for svc to appear... + obj.init.Logf("waiting for service") // waiting for svc to appear... if activeSet { activeSet = false set.Remove(svc) // no return value should ever occur