diff --git a/test/secondary_test.go b/test/secondary_test.go index 685e23e61..bfa1da05b 100644 --- a/test/secondary_test.go +++ b/test/secondary_test.go @@ -71,7 +71,7 @@ func TestSecondaryZoneTransfer(t *testing.T) { m.SetQuestion("example.org.", dns.TypeSOA) var r *dns.Msg - // This is now async; we we need to wait for it to be transfered. + // This is now async; we we need to wait for it to be transferred. for i := 0; i < 10; i++ { r, _ = dns.Exchange(m, udp) if len(r.Answer) == 0 {