Merge bitcoin/bitcoin#33049: doc: Fix typos in asmap README

b59dc21847 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 b59dc21847

Tree-SHA512: e76f7f97c10f3e506d024da0cbf804f4975cf07f31f0dd0abad6fcb97a5fa1032087459dba46de3715f6275d47e2fde4d8db3d38341540110d87fd5669855359
This commit is contained in:
merge-script
2025-07-24 11:10:23 +01:00

View File

@@ -9,7 +9,7 @@ Example usage:
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
python3 asmap-tool.py diff-addrs /path/to/first.file /path/to/second.file addrs.file python3 asmap-tool.py diff_addrs /path/to/first.file /path/to/second.file addrs.file
``` ```
These commands may take a few minutes to run with `python3`, These commands may take a few minutes to run with `python3`,
depending on the amount of data involved and your machine specs. 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.
### Comparing ASmaps ### Comparing ASmaps
AS control of IP networks changes frequently, therefore it can be useful to get AS control of IP networks changes frequently, therefore it can be useful to get
the changes between to ASmaps via the `diff` and `diff_addrs` commands. the changes between two ASmaps via the `diff` and `diff_addrs` commands.
`diff` takes two ASmap files, and returns a file detailing the changes `diff` takes two ASmap files, and returns a file detailing the changes
in the state of a network's AS assignment between the first and the second file. in the state of a network's AS assignment between the first and the second file.