Skip to content

Commit 6a4468e

Browse files
laanwjcdecker
authored andcommitted
doc: Spelling corrections
1 parent b52fb14 commit 6a4468e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/lightning-fundchannel.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212

1313
DESCRIPTION
1414
-----------
15-
The *fundchannel* RPC command opens a payment channel with a peer by commiting
15+
The *fundchannel* RPC command opens a payment channel with a peer by committing
1616
a funding transaction to the blockchain as defined in BOLT #2.
1717
*fundchannel* by itself does not attempt to open a connection.
1818
A connection must first be established using *connect*.

doc/lightning-listfunds.7.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Each entry in 'channels' will include:
4343
number and output index of the channel funding transaction).
4444

4545
- 'channel_sat' - available satoshis on our node's end of the channel
46-
(values rounded to the nearest satoshi as internal storage is in milisatoshi).
46+
(values rounded to the nearest satoshi as internal storage is in millisatoshi).
4747

4848
- 'channel_total_sat' - total channel value in satoshi
49-
(values rounded to the nearest satoshi as internal storage is in milisatoshi).
49+
(values rounded to the nearest satoshi as internal storage is in millisatoshi).
5050

5151
- 'funding_txid' - funding transaction id.
5252

doc/lightning-pay.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ paid.
2525
The `exemptfee` option can be used for tiny payments which would be dominated by
2626
the fee leveraged by forwarding nodes. Setting `exemptfee` allows the
2727
`maxfeepercent` check to be skipped on fees that are smaller than `exemptfee`
28-
(default: 5000 millsatoshi).
28+
(default: 5000 millisatoshi).
2929

3030
The *pay* RPC command will randomize routes slightly, as long as the
3131
route achieves the targeted 'maxfeepercent' and 'maxdelay'.

doc/lightning-waitinvoice.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The 'status' field will be 'paid'.
2323
If the invoice is deleted while unpaid, or the invoice does not exist,
2424
this command will return with an error with code -1.
2525

26-
If the invoice expires before being pad, or is already expired, this
26+
If the invoice expires before being paid, or is already expired, this
2727
command will return with an error with code -2, with the data being
2828
the invoice data as per *listinvoice*.
2929

doc/lightningd-config.5.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exists, when it starts up. The location of this file defaults to
1818
*.lightning* in the home directory, but can be overridden by the
1919
'--lightning-dir' option on the lightningd(8) command line.
2020

21-
Configuration file options are processsed first, then command line
21+
Configuration file options are processed first, then command line
2222
options: later options override earlier ones except 'addr' options
2323
which accumulate.
2424

@@ -235,7 +235,7 @@ or precisely control where to bind and what to announce with the
235235
*bind-addr*='[IPADDRESS[:PORT]]|SOCKETPATH'::
236236

237237
Set an IP address or UNIX domain socket to listen to, but do not
238-
announce. A UNIX domain socket is distingished from an IP address
238+
announce. A UNIX domain socket is distinguished from an IP address
239239
by beginning with a '/'.
240240

241241
An empty 'IPADDRESS' is a special value meaning bind to IPv4 and/or
@@ -294,7 +294,7 @@ or precisely control where to bind and what to announce with the
294294
BUGS
295295
----
296296
You should report bugs on our github issues page, and maybe submit a
297-
fix to gain our eternal gratutide!
297+
fix to gain our eternal gratitude!
298298

299299
AUTHOR
300300
------

0 commit comments

Comments
 (0)