]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7: fix typo in nsswitch.conf name
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 2 Jun 2016 12:34:37 +0000 (14:34 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 2 Jun 2016 15:26:44 +0000 (15:26 +0000)
Fixes #15939

Change-Id: I120cbeac73a052fb3f328774e6d5e1534f11bf6b
Reviewed-on: https://go-review.googlesource.com/23682
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.html

index 3ae036cc5b696432f10bbe5999449f43ef14e4f8..a657fcc48a5742f0d72df1383393e7c17b79007c 100644 (file)
@@ -795,7 +795,7 @@ Go 1.7 adds the hexadecimal encoding of the bytes, as in <code>"?12ab"</code>.
 
 <p>
 The pure Go <a href="/pkg/net/#hdr-Name_Resolution">name resolution</a>
-implementation now respects <code>nsswtch.conf</code>'s
+implementation now respects <code>nsswitch.conf</code>'s
 stated preference for the priority of DNS lookups compared to
 local file (that is, <code>/etc/hosts</code>) lookups.
 </p>