From 174f97a9dd6c08bad0d5074265b0dc1c86ca835f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 23 Nov 2016 09:17:47 +0100 Subject: [PATCH] tpl: Fix spelling in test --- tpl/template_funcs_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/template_funcs_test.go b/tpl/template_funcs_test.go index 720f04067..edb454901 100644 --- a/tpl/template_funcs_test.go +++ b/tpl/template_funcs_test.go @@ -690,8 +690,8 @@ func TestImageConfig(t *testing.T) { t.Error("Expected error from imageConfig when passed invalid path") } - if _, err := imageConfig("non-existant.png"); err == nil { - t.Error("Expected error from imageConfig when passed non-existant file") + if _, err := imageConfig("non-existent.png"); err == nil { + t.Error("Expected error from imageConfig when passed non-existent file") } // test cache clearing