From 7349eb23e236d8c9ebbc5ae7c3469419d9b220c4 Mon Sep 17 00:00:00 2001 From: Stein Dekker Date: Tue, 23 Aug 2016 16:31:31 +0200 Subject: [PATCH] Small typo fix Small typo fix --- eth/fetcher/fetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go index bd235bb9e7..44095a6d1f 100644 --- a/eth/fetcher/fetcher.go +++ b/eth/fetcher/fetcher.go @@ -38,7 +38,7 @@ const ( maxUncleDist = 7 // Maximum allowed backward distance from the chain head maxQueueDist = 32 // Maximum allowed distance from the chain head to queue hashLimit = 256 // Maximum number of unique blocks a peer may have announced - blockLimit = 64 // Maximum number of unique blocks a per may have delivered + blockLimit = 64 // Maximum number of unique blocks a peer may have delivered ) var (