aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-03-22 13:21:58 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-03-22 13:19:44 -0400
commitfae38c3dc6a2dc633c236a0c27ca5a642767033e (patch)
tree4b8a0a65aa4f70440265705ac04f4cf771c3c523 /test/functional/test_framework/test_node.py
parentfa9058f0edd44091af3b9e582e209f16670d6370 (diff)
downloadbitcoin-fae38c3dc6a2dc633c236a0c27ca5a642767033e.tar.xz
doc: Fix all typos reported by codespell
Diffstat (limited to 'test/functional/test_framework/test_node.py')
-rwxr-xr-xtest/functional/test_framework/test_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py
index ec5d3b267e..8b2006a05c 100755
--- a/test/functional/test_framework/test_node.py
+++ b/test/functional/test_framework/test_node.py
@@ -369,7 +369,7 @@ class TestNode():
stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL) == 0
if not sys.platform.startswith('linux'):
- self.log.warning("Can't profile with perf; only availabe on Linux platforms")
+ self.log.warning("Can't profile with perf; only available on Linux platforms")
return None
if not test_success('which perf'):