aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-27 14:25:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-29 18:47:45 +0200
commitfa6c1e850f3a96f884ba8a635b72d3abea1f4e56 (patch)
tree242eb49075aef9ec72b629b7ed0440bd775dcfdb /test/functional/test_framework
parentfaeae2980fa2493391cdced20950a991e28cf47d (diff)
downloadbitcoin-fa6c1e850f3a96f884ba8a635b72d3abea1f4e56.tar.xz
test: Fix typos in tests
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index ea5c641b4a..f2637df35b 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -366,7 +366,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
f.write("listenonion=0\n")
# Increase peertimeout to avoid disconnects while using mocktime.
# peertimeout is measured in wall clock time, so setting it to the
- # duration of the longest test is sufficient. It can be overriden in
+ # duration of the longest test is sufficient. It can be overridden in
# tests.
f.write("peertimeout=999999\n")
f.write("printtoconsole=0\n")