From b0b59044d88914a4dde4fd5d20834abccdbb20ca Mon Sep 17 00:00:00 2001 From: evansmj Date: Sun, 17 Mar 2024 15:08:06 -0400 Subject: [PATCH] Fix typo where "amouont" should be "amount" in the splicing documentation. --- contrib/msggen/msggen/schema.json | 4 ++-- doc/lightning-listpeerchannels.7.md | 4 ++-- doc/lightning-listpeers.7.md | 4 ++-- doc/schemas/listpeerchannels.schema.json | 2 +- doc/schemas/listpeers.schema.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index cacad7b088c2..dae17aff789c 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -10690,7 +10690,7 @@ "splice_amount": { "type": "integer", "added": "v23.08", - "description": "The amouont of sats we're splicing in or out" + "description": "The amount of sats we're splicing in or out" }, "our_funding_msat": { "type": "msat", @@ -11858,7 +11858,7 @@ "splice_amount": { "type": "integer", "added": "v23.08", - "description": "The amouont of sats we're splicing in or out" + "description": "The amount of sats we're splicing in or out" }, "scratch_txid": { "type": "txid", diff --git a/doc/lightning-listpeerchannels.7.md b/doc/lightning-listpeerchannels.7.md index 2aa51ac92284..9394232a0617 100644 --- a/doc/lightning-listpeerchannels.7.md +++ b/doc/lightning-listpeerchannels.7.md @@ -68,7 +68,7 @@ On success, an object containing **channels** is returned. It is an array of ob - **funding\_outnum** (u32): The 0-based output number of the funding transaction which opens the channel - **feerate** (string): The feerate for this funding transaction in per-1000-weight, with "kpw" appended - **total\_funding\_msat** (msat): total amount in the channel - - **splice\_amount** (integer): The amouont of sats we're splicing in or out *(added v23.08)* + - **splice\_amount** (integer): The amount of sats we're splicing in or out *(added v23.08)* - **our\_funding\_msat** (msat): amount we have in the channel - **scratch\_txid** (txid, optional): The commitment transaction txid we would use if we went onchain now - **close\_to** (hex, optional): scriptPubkey which we have to close to if we mutual close @@ -221,4 +221,4 @@ Main web site: Lightning RFC site (BOLT \#9): -[comment]: # ( SHA256STAMP:02dbb15d46497d33808d1bc021cb604529546b94f46d8de285d7b47f4615a516) +[comment]: # ( SHA256STAMP:bac774d91b15666d66b3e4f5a13676da146430a96429b2c3b14f86d81d8a48a5) diff --git a/doc/lightning-listpeers.7.md b/doc/lightning-listpeers.7.md index fe3c12cd5ff8..ab6138ad36ca 100644 --- a/doc/lightning-listpeers.7.md +++ b/doc/lightning-listpeers.7.md @@ -89,7 +89,7 @@ On success, an object containing **peers** is returned. It is an array of objec - **feerate** (string): The feerate for this funding transaction in per-1000-weight, with "kpw" appended - **total\_funding\_msat** (msat): total amount in the channel - **our\_funding\_msat** (msat): amount we have in the channel - - **splice\_amount** (integer): The amouont of sats we're splicing in or out *(added v23.08)* + - **splice\_amount** (integer): The amount of sats we're splicing in or out *(added v23.08)* - **scratch\_txid** (txid): The commitment transaction txid we would use if we went onchain now - **close\_to** (hex, optional): scriptPubkey which we have to close to if we mutual close - **private** (boolean, optional): if True, we will not announce this channel @@ -400,4 +400,4 @@ Main web site: Lightning RFC site (BOLT \#9): -[comment]: # ( SHA256STAMP:5b622ce05ce081a3184b01dc1cf5d2d5882293e171b3a3a118efff3748d8e25a) +[comment]: # ( SHA256STAMP:98b23c18900ae0d623910d0ec4d59bdb0cd77c88ad02b497ac86dad35df82859) diff --git a/doc/schemas/listpeerchannels.schema.json b/doc/schemas/listpeerchannels.schema.json index a19c5bb66834..37ba284fbc08 100644 --- a/doc/schemas/listpeerchannels.schema.json +++ b/doc/schemas/listpeerchannels.schema.json @@ -278,7 +278,7 @@ "splice_amount": { "type": "integer", "added": "v23.08", - "description": "The amouont of sats we're splicing in or out" + "description": "The amount of sats we're splicing in or out" }, "our_funding_msat": { "type": "msat", diff --git a/doc/schemas/listpeers.schema.json b/doc/schemas/listpeers.schema.json index e313c88b971b..ce6a9efbf934 100644 --- a/doc/schemas/listpeers.schema.json +++ b/doc/schemas/listpeers.schema.json @@ -305,7 +305,7 @@ "splice_amount": { "type": "integer", "added": "v23.08", - "description": "The amouont of sats we're splicing in or out" + "description": "The amount of sats we're splicing in or out" }, "scratch_txid": { "type": "txid",