Fix typos.

This commit is contained in:
Mike Boone
2015-11-11 21:20:34 -05:00
parent f4904fce17
commit 342036408e
10 changed files with 13 additions and 13 deletions

View File

@@ -514,7 +514,7 @@ func TestDeregisterOnFailInPull(t *testing.T) {
p.handleFile(file, copyChan, finisherChan)
// Receove at finisher, we shoud error out as puller has nowhere to pull
// Receive at finisher, we should error out as puller has nowhere to pull
// from.
select {
case state := <-finisherBufferChan: