Skip to content

Commit a83f2b4

Browse files
committed
BOLT 0, BOLT 3: minor typo fixes.
Reported-by: Shannon Appelcline <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
1 parent 4e6eb48 commit a83f2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

00-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is version 0.
2929
* A computer or other device connected to the Bitcoin network.
3030

3131
* *Peers*:
32-
* *Nodes* transacting bitcoins with one other through a *channel*.
32+
* *Nodes* transacting bitcoins with one another through a *channel*.
3333

3434
* *MSAT*:
3535
* A millisatoshi, often used as a field name.

03-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ index which matches this *prefix*.
520520

521521
For example, secret `0xFFFFFFFFFFF0` allows the secrets to be derived for
522522
`0xFFFFFFFFFFF1` through `0xFFFFFFFFFFFF`, inclusive; and secret `0xFFFFFFFFFF08`
523-
allows the secrets to be derive for `0xFFFFFFFFFF09` through `0xFFFFFFFFFF0F`,
523+
allows the secrets to be derived for `0xFFFFFFFFFF09` through `0xFFFFFFFFFF0F`,
524524
inclusive.
525525

526526
This is done using a slight generalization of `generate_from_seed` above:

0 commit comments

Comments
 (0)