From 04888c9770560e99de63fafdfc2ce39b47844bfd Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Thu, 2 Jun 2016 14:34:37 +0200 Subject: [PATCH] doc/go1.7: fix typo in nsswitch.conf name Fixes #15939 Change-Id: I120cbeac73a052fb3f328774e6d5e1534f11bf6b Reviewed-on: https://go-review.googlesource.com/23682 Reviewed-by: Ian Lance Taylor --- doc/go1.7.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 3ae036cc5b..a657fcc48a 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -795,7 +795,7 @@ Go 1.7 adds the hexadecimal encoding of the bytes, as in "?12ab".

The pure Go name resolution -implementation now respects nsswtch.conf's +implementation now respects nsswitch.conf's stated preference for the priority of DNS lookups compared to local file (that is, /etc/hosts) lookups.

-- 2.50.0