aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
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 /src/bitcoind.cpp
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 'src/bitcoind.cpp')
-rw-r--r--src/bitcoind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp
index 85ba88f6ab..9f81640ddb 100644
--- a/src/bitcoind.cpp
+++ b/src/bitcoind.cpp
@@ -216,7 +216,7 @@ static bool AppInit(NodeContext& node, int argc, char* argv[])
if (token) { // Success
exit(EXIT_SUCCESS);
} else { // fRet = false or token read error (premature exit).
- tfm::format(std::cerr, "Error during initializaton - check debug.log for details\n");
+ tfm::format(std::cerr, "Error during initialization - check debug.log for details\n");
exit(EXIT_FAILURE);
}
}