aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
diff options
context:
space:
mode:
authorIsfan Azhabil <isfan.azhabil@tokopedia.com>2019-12-24 10:03:33 +0000
committerIan Lance Taylor <iant@golang.org>2019-12-24 16:07:08 +0000
commit2e320a240d0b99b6810f452cf8554f6e79f0222e (patch)
tree02edd4f883855b05689e4624668a44598e29a265 /src/net/dnsclient_unix_test.go
parent48ed1e61139d4089d8991e1387cec392f0b8378b (diff)
downloadgo-2e320a240d0b99b6810f452cf8554f6e79f0222e.tar.gz
go-2e320a240d0b99b6810f452cf8554f6e79f0222e.zip
net: fix typo in dns client unix test
Fix a typo DNS name, it should be [onion.vegetables.com](http://onion.vegetables.com/) Change-Id: I4122a2305b8f5e774a834651e70c75b54e9386bd GitHub-Last-Rev: 9907897944275c5f8c54c79667cbb1ef474539de GitHub-Pull-Request: golang/go#36270 Reviewed-on: https://go-review.googlesource.com/c/go/+/212410 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/net/dnsclient_unix_test.go')
-rw-r--r--src/net/dnsclient_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/dnsclient_unix_test.go b/src/net/dnsclient_unix_test.go
index 31cb6f721a..2ad40dfe02 100644
--- a/src/net/dnsclient_unix_test.go
+++ b/src/net/dnsclient_unix_test.go
@@ -173,7 +173,7 @@ func TestAvoidDNSName(t *testing.T) {
// Without stuff before onion/local, they're fine to
// use DNS. With a search path,
- // "onion.vegegtables.com" can use DNS. Without a
+ // "onion.vegetables.com" can use DNS. Without a
// search path (or with a trailing dot), the queries
// are just kinda useless, but don't reveal anything
// private.