]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.html: fix typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 6 Aug 2015 02:18:27 +0000 (11:18 +0900)
committerRuss Cox <rsc@golang.org>
Thu, 6 Aug 2015 02:55:27 +0000 (02:55 +0000)
Change-Id: Ic61fd38e7d2e0821c6adcaa210199a7dae8849a7
Reviewed-on: https://go-review.googlesource.com/13281
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.5.html

index b07491100b53494347016c5ff2824b97b86b2a57..70ce94e9ad73cb30828922f979f70f39d3531e3d 100644 (file)
@@ -1193,7 +1193,7 @@ to report the corresponding error conditions.
 <li>
 The <a href="/pkg/net/http/cgi/"><code>net/http/cgi</code></a> package
 had a bug that mishandled the values of the environment variables
-<code>REMOTE_ADDR</code> ad <code>REMOTE_HOST</code>.
+<code>REMOTE_ADDR</code> and <code>REMOTE_HOST</code>.
 This has been fixed.
 Also, starting with Go 1.5 the package sets the <code>REMOTE_PORT</code>
 variable.