doc: fix some typos

Signed-off-by: crazeteam <lilujing@outlook.com>
This commit is contained in:
crazeteam
2024-03-25 19:22:12 +08:00
committed by fanquake
parent b5ed13a240
commit 52fa0d285f
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ class BlockSyncTest(BitcoinTestFramework):
# node0 -> node1 -> node2
# So node1 has both an inbound and outbound peer.
# In our test, we will mine a block on node0, and ensure that it makes
# to to both node1 and node2.
# to both node1 and node2.
self.connect_nodes(0, 1)
self.connect_nodes(1, 2)