aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httputil/reverseproxy.go
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-01-09 14:24:44 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2019-01-09 14:49:46 +0000
commit99ea99ec4ca727ec3408521b07a6eb6a6bd3b829 (patch)
treefbf67d662dcaed7aa10e5999495554dde206b33e /src/net/http/httputil/reverseproxy.go
parentdd7d6c261f586bdffdda78cff23aeda8b3dba6cc (diff)
downloadgo-99ea99ec4ca727ec3408521b07a6eb6a6bd3b829.tar.gz
go-99ea99ec4ca727ec3408521b07a6eb6a6bd3b829.zip
net/http/httputil: fix typo in ReverseProxy godoc
Change-Id: Iea33fe64403ca2e6f87a4e070af5e97d96506e41 Reviewed-on: https://go-review.googlesource.com/c/157118 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/http/httputil/reverseproxy.go')
-rw-r--r--src/net/http/httputil/reverseproxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/httputil/reverseproxy.go b/src/net/http/httputil/reverseproxy.go
index c13b99ff72..1c9feb7d7d 100644
--- a/src/net/http/httputil/reverseproxy.go
+++ b/src/net/http/httputil/reverseproxy.go
@@ -45,7 +45,7 @@ type ReverseProxy struct {
// after each write to the client.
// The FlushInterval is ignored when ReverseProxy
// recognizes a response as a streaming response;
- // for such reponses, writes are flushed to the client
+ // for such responses, writes are flushed to the client
// immediately.
FlushInterval time.Duration