Skip to content

Commit

Permalink
mobile: correct comment typo in geth.go (ethereum#17021)
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamElbashir authored and firmianavan committed Aug 28, 2018
1 parent d7e0330 commit 7a9cfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/geth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7a9cfee

Please sign in to comment.