aboutsummaryrefslogtreecommitdiff
path: root/test/functional/example_test.py
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-08-16 00:24:39 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-08-16 00:24:39 +0200
commitf42fc1d508f24447519f79cf6304b2e4e2233a51 (patch)
tree77569674d0fbb6ec885bbd08def6f52b0f966d50 /test/functional/example_test.py
parent65cc7aacfbfc7b747926375280a1d839e88d576b (diff)
downloadbitcoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz
doc: spelling fixes
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 1ba5f756cd..57fd305b7f 100755
--- a/test/functional/example_test.py
+++ b/test/functional/example_test.py
@@ -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()