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.
net/http/cgi package
had a bug that mishandled the values of the environment variables
-REMOTE_ADDR ad REMOTE_HOST.
+REMOTE_ADDR and REMOTE_HOST.
This has been fixed.
Also, starting with Go 1.5 the package sets the REMOTE_PORT
variable.