From: Bjørn Erik Pedersen Date: Wed, 23 Nov 2016 08:17:47 +0000 (+0100) Subject: tpl: Fix spelling in test X-Git-Tag: v0.18~64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=174f97a9;p=brevno-suite%2Fhugo tpl: Fix spelling in test --- diff --git a/tpl/template_funcs_test.go b/tpl/template_funcs_test.go index 720f0406..edb45490 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