Skip to content

Commit fa6c1e8

Browse files
author
MarcoFalke
committed
test: Fix typos in tests
1 parent faeae29 commit fa6c1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/test_framework/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
366366
f.write("listenonion=0\n")
367367
# Increase peertimeout to avoid disconnects while using mocktime.
368368
# peertimeout is measured in wall clock time, so setting it to the
369-
# duration of the longest test is sufficient. It can be overriden in
369+
# duration of the longest test is sufficient. It can be overridden in
370370
# tests.
371371
f.write("peertimeout=999999\n")
372372
f.write("printtoconsole=0\n")

test/lint/lint-logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Check that all logs are terminated with '\n'
88
#
99
# Some logs are continued over multiple lines. They should be explicitly
10-
# commented with \* Continued *\
10+
# commented with /* Continued */
1111
#
1212
# There are some instances of LogPrintf() in comments. Those can be
1313
# ignored

0 commit comments

Comments
 (0)