From fdb855420b5d8690d9ad0f5d4833375f085637c1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 14 Jan 2015 21:25:26 -0800 Subject: [PATCH] net: fix some typos in comments Change-Id: I1bf1ab930a5c258f5fcc85ca3037692c71bf3cb2 Reviewed-on: https://go-review.googlesource.com/2870 Reviewed-by: Mikio Hara Reviewed-by: Minux Ma --- src/net/dnsclient_unix_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/dnsclient_unix_test.go b/src/net/dnsclient_unix_test.go index 1167c26b39..40b78bda98 100644 --- a/src/net/dnsclient_unix_test.go +++ b/src/net/dnsclient_unix_test.go @@ -57,13 +57,13 @@ var specialDomainNameTests = []struct { qtype uint16 rcode int }{ - // Name resoltion APIs and libraries should not recongnize the + // Name resolution APIs and libraries should not recognize the // followings as special. {"1.0.168.192.in-addr.arpa.", dnsTypePTR, dnsRcodeNameError}, {"test.", dnsTypeALL, dnsRcodeNameError}, {"example.com.", dnsTypeALL, dnsRcodeSuccess}, - // Name resoltion APIs and libraries should recongnize the + // Name resolution APIs and libraries should recognize the // followings as special and should not send any queries. // Though, we test those names here for verifying nagative // answers at DNS query-response interaction level. -- 2.50.0