From d2a85bf7ad299df70daee28117f707025bddac22 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 6 Jun 2017 11:38:41 -0700 Subject: [PATCH] transport: fix minor typo in 'GoAway' godoc (#1284) Signed-off-by: Gyu-Ho Lee --- transport/transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/transport.go b/transport/transport.go index 82efa4a13677..063e28f0f86e 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{}