aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-09-14 20:11:45 +0200
committerJon Atack <jon@atack.com>2022-09-15 13:03:40 +0200
commitb6a65568dfbaf25839858b3114c28c07d8f9a45f (patch)
tree394de51024e6295ed3bac2477a68beda146a7996 /test/README.md
parent8f2010de6e7c232d540cc4a10516ae6ec98ebb22 (diff)
downloadbitcoin-b6a65568dfbaf25839858b3114c28c07d8f9a45f.tar.xz
Fix issues identified by codespell 2.2.1 and update ignored words
and also fix spelling in test/lint/lint-locale-dependence.py not caught by the spelling linter and fix up a paragraph we are touching here in test/README.md.
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md
index 7d4a26fb4e..fdbb91832a 100644
--- a/test/README.md
+++ b/test/README.md
@@ -272,8 +272,8 @@ gdb /home/example/bitcoind <pid>
Note: gdb attach step may require ptrace_scope to be modified, or `sudo` preceding the `gdb`.
See this link for considerations: https://www.kernel.org/doc/Documentation/security/Yama.txt
-Often while debugging rpc calls from functional tests, the test might reach timeout before
-process can return a response. Use `--timeout-factor 0` to disable all rpc timeouts for that partcular
+Often while debugging RPC calls in functional tests, the test might time out before the
+process can return a response. Use `--timeout-factor 0` to disable all RPC timeouts for that particular
functional test. Ex: `test/functional/wallet_hd.py --timeout-factor 0`.
##### Profiling