Skip to content

Commit

Permalink
Fix typo "succesfully" needing to be "successfully"
Browse files Browse the repository at this point in the history
  • Loading branch information
evansmj committed Mar 17, 2024
1 parent b0b5904 commit 7aa8bdd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6878,7 +6878,7 @@
},
"min_to_us_msat": {
"type": "msat",
"description": "Least amount owed to us ever. If the peer were to succesfully steal from us, this is the amount we would still retain."
"description": "Least amount owed to us ever. If the peer were to successfully steal from us, this is the amount we would still retain."
},
"max_to_us_msat": {
"type": "msat",
Expand Down Expand Up @@ -10777,7 +10777,7 @@
},
"min_to_us_msat": {
"type": "msat",
"description": "Least amount owed to us ever. If the peer were to succesfully steal from us, this is the amount we would still retain."
"description": "Least amount owed to us ever. If the peer were to successfully steal from us, this is the amount we would still retain."
},
"max_to_us_msat": {
"type": "msat",
Expand Down
2 changes: 1 addition & 1 deletion doc/lightning-listclosedchannels.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ RESOURCES

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

[comment]: # ( SHA256STAMP:559d917217fe6d765d8bf019e46bf03d37dae9a437e530b1456252bcb901cbc9)
[comment]: # ( SHA256STAMP:3b61019ef50de78d4a93f93f763c1e3c5877b238a4eba5d12033f9a99756e541)
2 changes: 1 addition & 1 deletion doc/lightning-listpeerchannels.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ Main web site: <https://github.com/ElementsProject/lightning> Lightning
RFC site (BOLT \#9):
<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>

[comment]: # ( SHA256STAMP:bac774d91b15666d66b3e4f5a13676da146430a96429b2c3b14f86d81d8a48a5)
[comment]: # ( SHA256STAMP:27dac0fd7ddb3fa596a5cab7209cf1ab07e1d59b590fb2a371fb95ef23c68643)
2 changes: 1 addition & 1 deletion doc/schemas/listclosedchannels.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"min_to_us_msat": {
"type": "msat",
"description": "Least amount owed to us ever. If the peer were to succesfully steal from us, this is the amount we would still retain."
"description": "Least amount owed to us ever. If the peer were to successfully steal from us, this is the amount we would still retain."
},
"max_to_us_msat": {
"type": "msat",
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/listpeerchannels.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
},
"min_to_us_msat": {
"type": "msat",
"description": "Least amount owed to us ever. If the peer were to succesfully steal from us, this is the amount we would still retain."
"description": "Least amount owed to us ever. If the peer were to successfully steal from us, this is the amount we would still retain."
},
"max_to_us_msat": {
"type": "msat",
Expand Down
2 changes: 1 addition & 1 deletion plugins/spender/openchannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static bool update_parent_psbt(const tal_t *ctx,
struct wally_psbt *clone, *new_node_copy;

/* Clone the parent, so we don't make any changes to it
* until we've succesfully done everything */
* until we've successfully done everything */

/* Only failure is alloc, should we even check? */
tal_wally_start();
Expand Down

0 comments on commit 7aa8bdd

Please sign in to comment.