diff --git a/dot/node.go b/dot/node.go index 95dc27d01a..5eb295dc20 100644 --- a/dot/node.go +++ b/dot/node.go @@ -120,7 +120,7 @@ func (nodeInterface) nodeInitialised(basepath string) bool { return true } -// InitNode initialise the node with given Config +// InitNode initialise the Node with given Config func InitNode(cfg *Config) error { nodeI := nodeInterface{} return nodeI.initNode(cfg)