]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/httptrace: fix typo
authorberkant ipek <41230766+0xbkt@users.noreply.github.com>
Tue, 12 Feb 2019 14:45:12 +0000 (14:45 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Feb 2019 14:47:52 +0000 (14:47 +0000)
Change-Id: I15279e4aa9306bde925929907a7b5e7ef5d8b642
GitHub-Last-Rev: 6bc2d66aecd424b322ec0c23b280e74cb22e08c3
GitHub-Pull-Request: golang/go#30193
Reviewed-on: https://go-review.googlesource.com/c/162018
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/httptrace/trace.go

index 3a627412b3430660f0537f7d949e18b37d5e884b..8b377edee5d19dc8fd2d5a46bc8059092cee322f 100644 (file)
@@ -152,7 +152,7 @@ type ClientTrace struct {
        WroteHeaders func()
 
        // Wait100Continue is called if the Request specified
-       // "Expected: 100-continue" and the Transport has written the
+       // "Expect: 100-continue" and the Transport has written the
        // request headers but is waiting for "100 Continue" from the
        // server before writing the request body.
        Wait100Continue func()