diff options
| author | klemens <[email protected]> | 2017-08-16 00:24:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-08-16 00:24:39 +0200 |
| commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
| tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /test/functional/example_test.py | |
| parent | Merge #10556: Move stop/start functions from utils.py into BitcoinTestFramework (diff) | |
| download | discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.zip | |
doc: spelling fixes
Diffstat (limited to 'test/functional/example_test.py')
| -rwxr-xr-x | test/functional/example_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 1ba5f756c..57fd305b7 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() |