geth: correct comment typo in geth.go

This commit is contained in:
Husam Ibrahim 2018-06-18 19:45:44 +03:00
parent 574378edb5
commit 2e6029bdaa

View file

@ -193,7 +193,7 @@ func (n *Node) Start() error {
return n.node.Start() 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. // not started, an error is returned.
func (n *Node) Stop() error { func (n *Node) Stop() error {
return n.node.Stop() return n.node.Stop()