From 319240841575d97bbac0cc274c18fdb162b72919 Mon Sep 17 00:00:00 2001 From: Paul Brousseau Date: Sun, 13 Sep 2020 21:22:18 -0700 Subject: [PATCH] Fixing typo in engine comments Signed-off-by: Paul Brousseau --- pkg/engine/engine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/engine/engine.go b/pkg/engine/engine.go index 5aa0ed8ec..155d50a38 100644 --- a/pkg/engine/engine.go +++ b/pkg/engine/engine.go @@ -40,7 +40,7 @@ type Engine struct { Strict bool // In LintMode, some 'required' template values may be missing, so don't fail LintMode bool - // the rest config to connect to te kubernetes api + // the rest config to connect to the kubernetes api config *rest.Config }