aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
diff options
context:
space:
mode:
authorGreg Weber <gregwebs@users.noreply.github.com>2022-07-25 16:12:37 -0500
committerGreg Weber <gregwebs@users.noreply.github.com>2022-07-25 16:13:26 -0500
commit850b0850ccacc4e4f7e82ce2291a111132eae756 (patch)
tree1b27c7640dd1ba78c3e8d37369bf2444eab55eba /src/wallet/test/wallet_tests.cpp
parentaa22009887eba6b6afdc530cfbcbe98e8aa34434 (diff)
fix comment spellings from the codespell lint
test/lint/all-lint.py includes the codespell lint
Diffstat (limited to 'src/wallet/test/wallet_tests.cpp')
-rw-r--r--src/wallet/test/wallet_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp
index aa5df695de..7377a36f5e 100644
--- a/src/wallet/test/wallet_tests.cpp
+++ b/src/wallet/test/wallet_tests.cpp
@@ -779,7 +779,7 @@ BOOST_FIXTURE_TEST_CASE(CreateWallet, TestChain100Setup)
promise.set_value();
SyncWithValidationInterfaceQueue();
// AddToWallet events for block_tx and mempool_tx events are counted a
- // second time as the notificaiton queue is processed
+ // second time as the notification queue is processed
BOOST_CHECK_EQUAL(addtx_count, 4);