mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
5444084625
commit
61c47c09d0
@@ -91,7 +91,7 @@ static bool output_better(const struct bitcoin_tx_output *a,
|
||||
if (a->amount != b->amount)
|
||||
return a->amount < b->amount;
|
||||
|
||||
/* Lexographic sort. */
|
||||
/* Lexicographical sort. */
|
||||
if (tal_len(a->script) < tal_len(b->script))
|
||||
len = tal_len(a->script);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user