From f7f549e3a7492c787c6abb4900cc0f57c8ab1826 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 31 Jul 2019 15:36:36 +0300 Subject: Fix assorted typos --- tpl/collections/merge_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/collections') diff --git a/tpl/collections/merge_test.go b/tpl/collections/merge_test.go index 9e34a6e98..ca55107ac 100644 --- a/tpl/collections/merge_test.go +++ b/tpl/collections/merge_test.go @@ -61,7 +61,7 @@ func TestMerge(t *testing.T) { // Error cases. {"dst not a map", "not a map", nil, nil, true}, {"src not a map", simpleMap, "not a map", nil, true}, - {"diferent map typs", simpleMap, map[int]interface{}{32: "a"}, nil, true}, + {"different map types", simpleMap, map[int]interface{}{32: "a"}, nil, true}, {"all nil", nil, nil, nil, true}, } { -- cgit v1.2.3