From baa7eb901ec74a47e8d6f85e4313f2b3980df727 Mon Sep 17 00:00:00 2001 From: Husam Ibrahim <39692071+HusamIbrahim@users.noreply.github.com> Date: Tue, 19 Jun 2018 14:35:59 +0300 Subject: [PATCH] mobile: correct comment typo in geth.go (#17021) --- mobile/geth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/geth.go b/mobile/geth.go index 645b360eb3..63ef062345 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -193,7 +193,7 @@ func (n *Node) Start() error { return n.node.Start() } -// Stop terminates a running node along with all it's services. In the node was +// Stop terminates a running node along with all it's services. If the node was // not started, an error is returned. func (n *Node) Stop() error { return n.node.Stop()