fix a typo

This commit is contained in:
Lucas Clemente
2016-05-27 21:44:57 +02:00
parent ffbd68770e
commit 4af8ab3e9c
4 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ func (m *windowUpdateManager) GetWindowUpdateFrames() []*frames.WindowUpdateFram
var wuf []*frames.WindowUpdateFrame
for key, value := range m.streamOffsets {
if value.Counter >= protocol.WindowUpdateNumRepitions {
if value.Counter >= protocol.WindowUpdateNumRepetitions {
continue
}