fix several linter warnings and misspellings

This commit is contained in:
Marten Seemann
2016-05-02 16:33:32 +07:00
parent ce57f008e4
commit ad467ade58
9 changed files with 12 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ type stream struct {
session streamHandler
streamID protocol.StreamID
// The chan of unordered stream frames. A nil in this channel is sent by the
// session if an error occured, in this case, remoteErr is filled before.
// session if an error occurred, in this case, remoteErr is filled before.
streamFrames chan *frames.StreamFrame
currentFrame *frames.StreamFrame
readPosInFrame int