diff options
Diffstat (limited to 'test/metrics_test.go')
-rw-r--r-- | test/metrics_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/metrics_test.go b/test/metrics_test.go index da7e7b322..d12eac12c 100644 --- a/test/metrics_test.go +++ b/test/metrics_test.go @@ -161,7 +161,7 @@ google.com:0 { } defer i.Stop() - // send an inital query to setup properly the cache size + // send an initial query to setup properly the cache size m := new(dns.Msg) m.SetQuestion("google.com.", dns.TypeA) if _, err = dns.Exchange(m, udp); err != nil { |