From bd3a39ad4a0937609841b5981e8e6d7938c1f0e7 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 3 Oct 2013 11:10:26 -0500 Subject: [PATCH] Fix comment typo. --- blockmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {