Skip to content

Commit 850b085

Browse files
committed
fix comment spellings from the codespell lint
test/lint/all-lint.py includes the codespell lint
1 parent aa22009 commit 850b085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/fuzz/txorphan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
6767
for (uint32_t i = 0; i < num_out; i++) {
6868
tx_mut.vout.emplace_back(CAmount{0}, CScript{});
6969
}
70-
// restore previously poped outpoints
70+
// restore previously popped outpoints
7171
for (auto& in : tx_mut.vin) {
7272
outpoints.push_back(in.prevout);
7373
}

src/wallet/test/wallet_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ BOOST_FIXTURE_TEST_CASE(CreateWallet, TestChain100Setup)
779779
promise.set_value();
780780
SyncWithValidationInterfaceQueue();
781781
// AddToWallet events for block_tx and mempool_tx events are counted a
782-
// second time as the notificaiton queue is processed
782+
// second time as the notification queue is processed
783783
BOOST_CHECK_EQUAL(addtx_count, 4);
784784

785785

0 commit comments

Comments
 (0)