From b3ae5bc16e408fc0e0245b45c9691e45ecb44d14 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Sun, 10 Feb 2019 21:18:34 -0800 Subject: [PATCH] trivial: typo fix --- routing/pathfind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/pathfind.go b/routing/pathfind.go index 65db06cb..a46d2437 100644 --- a/routing/pathfind.go +++ b/routing/pathfind.go @@ -598,7 +598,7 @@ func findPath(g *graphParams, r *restrictParams, amountToSend := toNodeDist.amountToReceive - // If the estimated band width of the channel edge is not able + // If the estimated bandwidth of the channel edge is not able // to carry the amount that needs to be send, return. if bandwidth < amountToSend { return