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

Signed-off-by: chentanjun <2799194073@qq.com>
This commit is contained in:
陈谭军 2019-09-25 15:51:43 +08:00 committed by Simon Pasquier
parent f6f23a2675
commit c6928b5c6e

View file

@ -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",