diff options
| author | practicalswift <[email protected]> | 2018-08-14 09:27:30 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-09-04 13:11:26 +0200 |
| commit | ada356208e153e088c729c102d5d79c9c9d66f1a (patch) | |
| tree | f379a875fbf5208de2fe211c0f5c343bc1bc51f0 /test/functional/example_test.py | |
| parent | Merge #11599: scripted-diff: Small locking rename (diff) | |
| download | discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.tar.xz discoin-ada356208e153e088c729c102d5d79c9c9d66f1a.zip | |
Fix typos reported by codespell
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 a8c147487..3edd760b9 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -76,7 +76,7 @@ class ExampleTest(BitcoinTestFramework): def set_test_params(self): """Override test parameters for your individual test. - This method must be overridden and num_nodes must be exlicitly set.""" + This method must be overridden and num_nodes must be explicitly set.""" self.setup_clean_chain = True self.num_nodes = 3 # Use self.extra_args to change command-line arguments for the nodes |