doc: spelling fixes

This commit is contained in:
klemens
2017-08-16 00:24:39 +02:00
committed by MarcoFalke
parent 65cc7aacfb
commit f42fc1d508
14 changed files with 15 additions and 15 deletions

View File

@@ -196,7 +196,7 @@ class ExampleTest(BitcoinTestFramework):
node2.add_connection(connections[1])
node2.wait_for_verack()
self.log.info("Wait for node2 reach current tip. Test that it has propogated all the blocks to us")
self.log.info("Wait for node2 reach current tip. Test that it has propagated all the blocks to us")
for block in blocks:
getdata_request = msg_getdata()