aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-08-16 00:28:57 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-08-16 00:30:12 +0200
commitd7be7b39fa1021ec4518186afe145ee948e12a94 (patch)
tree647e66ac3dd72e927d2afcc5e05c2dd676efd71e /test/functional/example_test.py
parent85aec87b11ec41295558175c63f1f5a849460fdf (diff)
parentf42fc1d508f24447519f79cf6304b2e4e2233a51 (diff)
downloadbitcoin-d7be7b39fa1021ec4518186afe145ee948e12a94.tar.xz
Merge #10705: Trivial: spelling fixes
f42fc1d50 doc: spelling fixes (klemens) Pull request description: patch contains some spelling fixes ( just in comments ) as found by a bot ( http://www.misfix.org, https://github.com/ka7/misspell_fixer ). Tree-SHA512: ba6046cfcd81b0783420daae7d776be92dd7b85a593e212f8f1b4403aca9b1b6af12cef7080d4ea5ed4a14952fd25e4300109a59c414e08f5395cdb9947bb750
Diffstat (limited to 'test/functional/example_test.py')
-rwxr-xr-xtest/functional/example_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py
index 7709524f23..79940a4264 100755
--- a/test/functional/example_test.py
+++ b/test/functional/example_test.py
@@ -200,7 +200,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")
getdata_request = msg_getdata()
for block in blocks: