diff --git a/blockmanager.go b/blockmanager.go index 09170be8..9bcc73b9 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -171,7 +171,7 @@ func (b *blockManager) handleDonePeerMsg(peers *list.List, p *peer) { } // remove requested blocks from the global map so that they will be - // fetched from elsewher next time we get an inv. + // fetched from elsewhere next time we get an inv. // TODO(oga) we could possibly here check which peers have these blocks // and request them now to speed things up a little. for k := range p.requestedBlocks {