Skip to content

Commit f1bfa71

Browse files
longhutianjierustyrussell
authored andcommitted
chore: fix some minor issues
Signed-off-by: longhutianjie <[email protected]>
1 parent ea2fecc commit f1bfa71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/lightning-cli.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ be changed using `-F`, `-R`, `-J`, `-H` etc.
9292
in a `commando` command to be sent to the connected peer with id
9393
`peerid`, using rune `rune`. This also means that any `--filter` is
9494
handed via commando to the remote peer to reduce its output (which it
95-
will do it it is v23.02 or newer), rather than trying to do so
95+
will do if it is v23.02 or newer), rather than trying to do so
9696
locally. Note that currently `-N` is not supported by commando.
9797

9898
COMMANDS

plugins/bkpr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As a plugin writer, if you want to emit onchain events that the bookkeeper shoul
4343

4444
## Withdrawing money (sending to a external account)
4545

46-
Sending money to an external account is a bit unintuitive in in the UTXO model that we're using to track coin moves; technically a send to an external account is a "deposit" to 3rd party's UTXO.
46+
Sending money to an external account is a bit unintuitive in the UTXO model that we're using to track coin moves; technically a send to an external account is a "deposit" to 3rd party's UTXO.
4747

4848
To account for these, `bookkeeper` expects to receive a `utxo_deposit` event for the creation of an output to a 3rd party. It's assumed that you'll issue these at transaction creation time, and that they won't be final until we receive notice of spend of the inputs in the tx that created them.
4949

plugins/renepay/mcf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enum {
1212
// No feasible flow found, either there is not enough known liquidity (or capacity)
1313
// in the channels to complete the payment
1414
RENEPAY_ERR_NOFEASIBLEFLOW,
15-
// There is at least one feasible flow, but the the cheapest solution that we
15+
// There is at least one feasible flow, but the cheapest solution that we
1616
// found is too expensive, we return the result anyways.
1717
RENEPAY_ERR_NOCHEAPFLOW
1818
};

0 commit comments

Comments
 (0)