From 5ff017664c47801db5c4808cb8b8e467ebcc937a Mon Sep 17 00:00:00 2001 From: elkanatovey Date: Thu, 27 Feb 2020 15:22:00 +0200 Subject: [PATCH] fix typo --- routing/pathfind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/pathfind.go b/routing/pathfind.go index f2ea782d..d9125cc4 100644 --- a/routing/pathfind.go +++ b/routing/pathfind.go @@ -573,7 +573,7 @@ func findPathInternal( edgesExpanded++ - // Calculate amount that the candidate node would have to sent + // Calculate amount that the candidate node would have to send // out. amountToSend := toNodeDist.amountToReceive