Skip to content

Commit 06b2bf2

Browse files
davidlazarbradfitz
authored andcommitted
http2: fix typo in comment
Change-Id: I0febb967cf55118693952332bbb6f740616cfd39 Reviewed-on: https://go-review.googlesource.com/44271 Run-TryBot: David Lazar <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent b8b1343 commit 06b2bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http2/configure_transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func configureTransport(t1 *http.Transport) (*Transport, error) {
5656
}
5757

5858
// registerHTTPSProtocol calls Transport.RegisterProtocol but
59-
// convering panics into errors.
59+
// converting panics into errors.
6060
func registerHTTPSProtocol(t *http.Transport, rt http.RoundTripper) (err error) {
6161
defer func() {
6262
if e := recover(); e != nil {

0 commit comments

Comments
 (0)