aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2015-08-06 11:18:27 +0900
committerRuss Cox <rsc@golang.org>2015-08-06 02:55:27 +0000
commit91e3b3516837372fac630698b1efc06e60909f4d (patch)
treeb55e0b8cb3bedac849f40c9824d530eb0984012f
parentfc22331ccd015cfdbae73abe72cb6f3e8e2415b9 (diff)
downloadgo-91e3b3516837372fac630698b1efc06e60909f4d.tar.gz
go-91e3b3516837372fac630698b1efc06e60909f4d.zip
doc/go1.5.html: fix typo
Change-Id: Ic61fd38e7d2e0821c6adcaa210199a7dae8849a7 Reviewed-on: https://go-review.googlesource.com/13281 Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--doc/go1.5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index b07491100b..70ce94e9ad 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -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.