aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorHusam Ibrahim <39692071+HusamIbrahim@users.noreply.github.com>2018-06-19 19:35:59 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-06-19 19:35:59 +0800
commitbaa7eb901ec74a47e8d6f85e4313f2b3980df727 (patch)
treeca01e50d6f861072a35f0c4be5407b3d1fab2f32 /mobile
parent574378edb50c907b532946a1d4654dbd6701b20a (diff)
downloaddexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar.gz
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar.bz2
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar.lz
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar.xz
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.tar.zst
dexon-baa7eb901ec74a47e8d6f85e4313f2b3980df727.zip
mobile: correct comment typo in geth.go (#17021)
Diffstat (limited to 'mobile')
-rw-r--r--mobile/geth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/geth.go b/mobile/geth.go
index 645b360eb..63ef06234 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()