channeldb: fix type in ErrSourceNodeNotSet comment

This commit is contained in:
Olaoluwa Osuntokun 2017-07-28 16:33:59 -07:00
parent d4916ba9c6
commit c15cd12dcf
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ var (
// ErrGraphNeverPruned is returned when graph was never pruned.
ErrGraphNeverPruned = fmt.Errorf("graph never pruned")
// ErrSourceNodeNotSet is returned if the the source node of the graph
// ErrSourceNodeNotSet is returned if the source node of the graph
// hasn't been added The source node is the center node within a
// star-graph.
ErrSourceNodeNotSet = fmt.Errorf("source node does not exist")