]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/httptrace: fix doc typo
authorRodolfo Carvalho <rhcarvalho@gmail.com>
Mon, 18 Jan 2021 18:56:26 +0000 (19:56 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 5 Mar 2021 09:24:34 +0000 (09:24 +0000)
Change-Id: I919d9c3968c0fcd33774e714f22182504790bd01
Reviewed-on: https://go-review.googlesource.com/c/go/+/284143
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Trust: Daniel Martí <mvdan@mvdan.cc>

src/net/http/httptrace/trace.go

index 6a5cbac9d89ce5cb64b25fa6ce9d78ef8a421099..5777c91747c200c9e232c50a3c9796e114952c6c 100644 (file)
@@ -127,7 +127,7 @@ type ClientTrace struct {
 
        // ConnectDone is called when a new connection's Dial
        // completes. The provided err indicates whether the
-       // connection completedly successfully.
+       // connection completed successfully.
        // If net.Dialer.DualStack ("Happy Eyeballs") support is
        // enabled, this may be called multiple times.
        ConnectDone func(network, addr string, err error)