From 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Thu, 19 Apr 2018 21:32:02 +0800 Subject: all: fix various typos (#16533) * fix typo * fix typo * fix typo --- eth/fetcher/fetcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/fetcher') diff --git a/eth/fetcher/fetcher_test.go b/eth/fetcher/fetcher_test.go index 9d53b98b6..1e536fcac 100644 --- a/eth/fetcher/fetcher_test.go +++ b/eth/fetcher/fetcher_test.go @@ -198,7 +198,7 @@ func (f *fetcherTester) makeBodyFetcher(peer string, blocks map[common.Hash]*typ } } -// verifyFetchingEvent verifies that one single event arrive on an fetching channel. +// verifyFetchingEvent verifies that one single event arrive on a fetching channel. func verifyFetchingEvent(t *testing.T, fetching chan []common.Hash, arrive bool) { if arrive { select { -- cgit v1.2.3