Skip to content

Commit 16f7b43

Browse files
committed
Merge bitcoin/bitcoin#33049: doc: Fix typos in asmap README
b59dc21 doc: Fix typos in asmap README (nervana21) Pull request description: This minor PR fixes some spelling mistakes found while reviewing #33026. ACKs for top commit: fanquake: ACK b59dc21 Tree-SHA512: e76f7f97c10f3e506d024da0cbf804f4975cf07f31f0dd0abad6fcb97a5fa1032087459dba46de3715f6275d47e2fde4d8db3d38341540110d87fd5669855359
2 parents eb13718 + b59dc21 commit 16f7b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/asmap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Example usage:
99
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
1010
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
1111
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
12-
python3 asmap-tool.py diff-addrs /path/to/first.file /path/to/second.file addrs.file
12+
python3 asmap-tool.py diff_addrs /path/to/first.file /path/to/second.file addrs.file
1313
```
1414
These commands may take a few minutes to run with `python3`,
1515
depending on the amount of data involved and your machine specs.
@@ -43,7 +43,7 @@ increases output size by outputting strictly non-overlapping network ranges.
4343
### Comparing ASmaps
4444

4545
AS control of IP networks changes frequently, therefore it can be useful to get
46-
the changes between to ASmaps via the `diff` and `diff_addrs` commands.
46+
the changes between two ASmaps via the `diff` and `diff_addrs` commands.
4747

4848
`diff` takes two ASmap files, and returns a file detailing the changes
4949
in the state of a network's AS assignment between the first and the second file.

0 commit comments

Comments
 (0)