Skip to content

Commit

Permalink
doc: drive-by spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
whitslack authored and rustyrussell committed Dec 12, 2022
1 parent 31732f7 commit 4d64374
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/lightning-bkpr-channelsapy.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,4 +65,4 @@ RESOURCES

Main web site: <https://github.com/ElementsProject/lightning>

[comment]: # ( SHA256STAMP:97fb832389b1084e25015a7a46b5d84b37e8e08f7c9e9eb678beb0d026f161dd)
[comment]: # ( SHA256STAMP:05c9260f9ba49e3c3333ec7d4b0e671f81b8f8cd32cde87ea46c532b54ae7e54)
2 changes: 1 addition & 1 deletion doc/lightning-hsmtool.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/bkpr-channelsapy.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d64374

Please sign in to comment.