From e9382c6e9ffa03df2e59e441a55eb7aad15e3016 Mon Sep 17 00:00:00 2001
From: terasum <terasum@163.com>
Date: Thu, 12 Oct 2017 10:19:23 +0800
Subject: [PATCH] miner: fix typo

---
 miner/remote_agent.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/miner/remote_agent.go b/miner/remote_agent.go
index aac7ce865..287e7530c 100644
--- a/miner/remote_agent.go
+++ b/miner/remote_agent.go
@@ -163,7 +163,7 @@ func (a *RemoteAgent) SubmitWork(nonce types.BlockNonce, mixDigest, hash common.
 }
 
 // loop monitors mining events on the work and quit channels, updating the internal
-// state of the rmeote miner until a termination is requested.
+// state of the remote miner until a termination is requested.
 //
 // Note, the reason the work and quit channels are passed as parameters is because
 // RemoteAgent.Start() constantly recreates these channels, so the loop code cannot
-- 
GitLab