summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/types_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/types_test.go')
-rw-r--r--vendor/github.com/miekg/dns/types_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/types_test.go b/vendor/github.com/miekg/dns/types_test.go
index c117cfbc7..3dbddee1e 100644
--- a/vendor/github.com/miekg/dns/types_test.go
+++ b/vendor/github.com/miekg/dns/types_test.go
@@ -44,7 +44,7 @@ func TestCmToM(t *testing.T) {
func TestSplitN(t *testing.T) {
xs := splitN("abc", 5)
if len(xs) != 1 && xs[0] != "abc" {
- t.Errorf("Failure to split abc")
+ t.Errorf("failure to split abc")
}
s := ""