]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.html: fix typo
authorShenghou Ma <minux@golang.org>
Tue, 24 Mar 2015 16:58:51 +0000 (12:58 -0400)
committerMinux Ma <minux@golang.org>
Tue, 24 Mar 2015 18:17:49 +0000 (18:17 +0000)
Change-Id: I5bfeeef53665b1ef79ec0e4a6ae0eb4aa3e95603
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/8021
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.4.html

index b4f9619bb5df676a7c1564a7cfcca1535e259015..ca44d56ceb2b61cfc53d91e3a0f3a13ef0b25e65 100644 (file)
@@ -677,7 +677,7 @@ now supports ALPN as defined in <a href="http://tools.ietf.org/html/rfc7301">RFC
 The <a href="/pkg/crypto/tls/"><code>crypto/tls</code></a> package
 now supports programmatic selection of server certificates
 through the new <a href="/pkg/crypto/tls/#Config.CertificateForName"><code>CertificateForName</code></a> function
-of the <a href="/pkg/crypo/tls/#Config"><code>Config</code></a> struct.
+of the <a href="/pkg/crypto/tls/#Config"><code>Config</code></a> struct.
 </li>
 
 <li>