Skip to content

Commit 99ea99e

Browse files
committed
net/http/httputil: fix typo in ReverseProxy godoc
Change-Id: Iea33fe64403ca2e6f87a4e070af5e97d96506e41 Reviewed-on: https://go-review.googlesource.com/c/157118 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent dd7d6c2 commit 99ea99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/httputil/reverseproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ReverseProxy struct {
4545
// after each write to the client.
4646
// The FlushInterval is ignored when ReverseProxy
4747
// recognizes a response as a streaming response;
48-
// for such reponses, writes are flushed to the client
48+
// for such responses, writes are flushed to the client
4949
// immediately.
5050
FlushInterval time.Duration
5151

0 commit comments

Comments
 (0)