]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/httputil: fix typo in ReverseProxy godoc
authorTobias Klauser <tklauser@distanz.ch>
Wed, 9 Jan 2019 13:24:44 +0000 (14:24 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 9 Jan 2019 14:49:46 +0000 (14:49 +0000)
Change-Id: Iea33fe64403ca2e6f87a4e070af5e97d96506e41
Reviewed-on: https://go-review.googlesource.com/c/157118
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/httputil/reverseproxy.go

index c13b99ff72fedc0808bbc2fed89e69da00d0c95e..1c9feb7d7d2f540b693436551408403bbe7e0754 100644 (file)
@@ -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