mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
trivial: Fix spelling errors
- Fixes some spelling in code comments and a couple of function names
This commit is contained in:
@@ -32,7 +32,7 @@ const (
|
||||
|
||||
// minCapacityFactor is the minimal value the capacityFactor can take.
|
||||
// Having a too low value can lead to discarding of paths due to the
|
||||
// enforced minimal proability or to too high pathfinding weights.
|
||||
// enforced minimal probability or to too high pathfinding weights.
|
||||
minCapacityFactor = 0.5
|
||||
|
||||
// minCapacityFraction is the minimum allowed value for
|
||||
|
Reference in New Issue
Block a user