From 7d2cad7b6b1fd79bf84210c6d7e03aadf6e1e2e4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Feb 2021 10:42:58 -0500 Subject: [PATCH] spelling: parsing Signed-off-by: Josh Soref --- pkg/lint/rules/template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/rules/template_test.go b/pkg/lint/rules/template_test.go index eb076a1bf..3aa7b3d94 100644 --- a/pkg/lint/rules/template_test.go +++ b/pkg/lint/rules/template_test.go @@ -208,7 +208,7 @@ data: myval2: {{default "val" .Values.mymap.key2 }} ` -// TestSTrictTemplatePrasingMapError is a regression test. +// TestSTrictTemplateParsingMapError is a regression test. // // The template engine should not produce an error when a map in values.yaml does // not contain all possible keys.