From fd508fbc0d034ca9ea2db15d6c681f78d4053b40 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 17 Sep 2024 18:10:13 -0400 Subject: [PATCH] engine: resources: Fix typo in svc It's a typo, right? --- engine/resources/svc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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