diff --git a/internal/transport/transport.go b/internal/transport/transport.go index 192f55a5..aaa62a7a 100644 --- a/internal/transport/transport.go +++ b/internal/transport/transport.go @@ -261,7 +261,7 @@ func (s *Stream) SetSendCompress(str string) { s.sendCompress = str } -// Done returns a chanel which is closed when it receives the final status +// Done returns a channel which is closed when it receives the final status // from the server. func (s *Stream) Done() <-chan struct{} { return s.done