Fix typo in code

This commit is contained in:
Junegunn Choi
2015-02-17 19:28:10 +09:00
parent 1b5599972a
commit d760b790b3
3 changed files with 7 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ func (m *Matcher) scan(request MatchRequest, limit int) (*Merger, bool) {
break
}
if !empty && m.reqBox.Peak(reqReset) {
if !empty && m.reqBox.Peek(reqReset) {
return nil, wait()
}