fix-up typo unkown->unknown (#6055)

Signed-off-by: chentanjun <2799194073@qq.com>
pull/6057/head
陈谭军 5 years ago committed by Simon Pasquier
parent f6f23a2675
commit c6928b5c6e

@ -252,7 +252,7 @@ func TestSDConfigUnmarshalYAML(t *testing.T) {
expectErr: true,
},
{
name: "invalid unkown dns type",
name: "invalid unknown dns type",
input: SDConfig{
Names: []string{"a.example.com", "b.example.com"},
Type: "PTR",

Loading…
Cancel
Save