aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/parse_test.go
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-22 21:59:12 +0800
committerGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-22 09:59:12 -0400
commit434ac69a03579708bd3a7311961a0a18adba61f2 (patch)
tree70cb33d4ec8dd32794f44db5eb2e0f625973d665 /plugin/kubernetes/parse_test.go
parent3f47fc8ba4f43a074c078c71fccb8a0463d31672 (diff)
downloadcoredns-434ac69a03579708bd3a7311961a0a18adba61f2.tar.gz
coredns-434ac69a03579708bd3a7311961a0a18adba61f2.tar.zst
coredns-434ac69a03579708bd3a7311961a0a18adba61f2.zip
fix wrong spells in parse_test.go (#3173)
Diffstat (limited to 'plugin/kubernetes/parse_test.go')
-rw-r--r--plugin/kubernetes/parse_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/parse_test.go b/plugin/kubernetes/parse_test.go
index 0ce4b7d98..6fc635477 100644
--- a/plugin/kubernetes/parse_test.go
+++ b/plugin/kubernetes/parse_test.go
@@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) {
}
rs := r.String()
if rs != tc.expected {
- t.Errorf("Test %d, expected (stringyfied) recordRequest: %s, got %s", i, tc.expected, rs)
+ t.Errorf("Test %d, expected (stringified) recordRequest: %s, got %s", i, tc.expected, rs)
}
}
}