浏览代码

mobile: correct comment typo in geth.go (#17021)

Husam Ibrahim 7 年之前
父节点
当前提交
baa7eb901e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mobile/geth.go

+ 1 - 1
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()