diff --git a/doc/lightning-bkpr-channelsapy.7.md b/doc/lightning-bkpr-channelsapy.7.md index b8f53a09e..0011b28ce 100644 --- a/doc/lightning-bkpr-channelsapy.7.md +++ b/doc/lightning-bkpr-channelsapy.7.md @@ -30,7 +30,7 @@ On success, an object containing **channels\_apy** is returned. It is an array - **lease\_fee\_earned\_msat** (msat): Sats earned for leasing outbound (liquidity ads) - **pushed\_out\_msat** (msat): Sats pushed to peer at open - **pushed\_in\_msat** (msat): Sats pushed in from peer at open -- **our\_start\_balance\_msat** (msat): Starting balance in channel at funding. Note that if our start ballance is zero, any \_initial field will be omitted (can't divide by zero) +- **our\_start\_balance\_msat** (msat): Starting balance in channel at funding. Note that if our start balance is zero, any \_initial field will be omitted (can't divide by zero) - **channel\_start\_balance\_msat** (msat): Total starting balance at funding - **fees\_out\_msat** (msat): Fees earned on routed outbound - **utilization\_out** (string): Sats routed outbound / total start balance @@ -65,4 +65,4 @@ RESOURCES Main web site: -[comment]: # ( SHA256STAMP:97fb832389b1084e25015a7a46b5d84b37e8e08f7c9e9eb678beb0d026f161dd) +[comment]: # ( SHA256STAMP:05c9260f9ba49e3c3333ec7d4b0e671f81b8f8cd32cde87ea46c532b54ae7e54) diff --git a/doc/lightning-hsmtool.8.md b/doc/lightning-hsmtool.8.md index c614c9196..01c3e9f0d 100644 --- a/doc/lightning-hsmtool.8.md +++ b/doc/lightning-hsmtool.8.md @@ -56,7 +56,7 @@ Specify *password* if the `hsm_secret` is encrypted. Generates a new hsm\_secret using BIP39. **checkhsm** *hsm\_secret\_path* - Checks that hsm\_secret matchs a BIP39 pass phrase. + Checks that hsm\_secret matches a BIP39 passphrase. **dumponchaindescriptors** *hsm\_secret* \[*password*\] \[*network*\] Dump output descriptors for our onchain wallet. diff --git a/doc/schemas/bkpr-channelsapy.schema.json b/doc/schemas/bkpr-channelsapy.schema.json index 0264a1f14..d66161037 100644 --- a/doc/schemas/bkpr-channelsapy.schema.json +++ b/doc/schemas/bkpr-channelsapy.schema.json @@ -59,7 +59,7 @@ }, "our_start_balance_msat": { "type": "msat", - "description": "Starting balance in channel at funding. Note that if our start ballance is zero, any _initial field will be omitted (can't divide by zero)" + "description": "Starting balance in channel at funding. Note that if our start balance is zero, any _initial field will be omitted (can't divide by zero)" }, "channel_start_balance_msat": { "type": "msat",