From c15cd12dcfb1ed594ca4c2e2c3111ba0a4f52c7e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 28 Jul 2017 16:33:59 -0700 Subject: [PATCH] channeldb: fix type in ErrSourceNodeNotSet comment --- channeldb/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeldb/error.go b/channeldb/error.go index e947c2877..953fd930d 100644 --- a/channeldb/error.go +++ b/channeldb/error.go @@ -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")