transport.go: minor typo fix (#2225)

This commit is contained in:
lyuxuan
2018-07-16 15:44:40 -07:00
committed by GitHub
parent c8fcd323ef
commit d8ecae53ed

View File

@ -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