diff --git a/transport/transport.go b/transport/transport.go index 82efa4a1..063e28f0 100644 --- a/transport/transport.go +++ b/transport/transport.go @@ -534,7 +534,7 @@ type ClientTransport interface { // once the transport is initiated. Error() <-chan struct{} - // GoAway returns a channel that is closed when ClientTranspor + // GoAway returns a channel that is closed when ClientTransport // receives the draining signal from the server (e.g., GOAWAY frame in // HTTP/2). GoAway() <-chan struct{}