From aeda9e4f678fd57e9542b947f3650d6fd19e7d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 12 May 2020 12:27:20 +0300 Subject: [PATCH] miner: fix tiny typo --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index f646862612..42a98e6aff 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -497,7 +497,7 @@ func (w *worker) mainLoop() { w.updateSnapshot() } } else { - // Speical case, if the consensus engine is 0 period clique(dev mode), + // Special case, if the consensus engine is 0 period clique(dev mode), // submit mining work here since all empty submission will be rejected // by clique. Of course the advance sealing(empty submission) is disabled. if w.chainConfig.Clique != nil && w.chainConfig.Clique.Period == 0 {