aboutsummaryrefslogtreecommitdiff
path: root/test/secondary_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/secondary_test.go')
-rw-r--r--test/secondary_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/secondary_test.go b/test/secondary_test.go
index c0df1632b..fd9d4d562 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 transferred.
+ // This is now async; we need to wait for it to be transferred.
for i := 0; i < 10; i++ {
r, err = dns.Exchange(m, udp)
if len(r.Answer) != 0 {