Skip to content

Commit 24c3c0a

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin#25701: fix comment spellings from the codespell lint
850b085 fix comment spellings from the codespell lint (Greg Weber) Pull request description: test/lint/all-lint.py includes the codespell lint ACKs for top commit: aureleoules: ACK 850b085. Tree-SHA512: bf63690da2652886e705d6594903bab67ff0f35a0e5a5505f063827f5148ebce47681e541cbe0e52396baf1addb25d9fe50e5faa9176456f579a7cd2f1321c44
1 parent bf6253c commit 24c3c0a

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
@@ -69,7 +69,7 @@ FUZZ_TARGET(txorphan, .init = initialize_orphanage)
6969
for (uint32_t i = 0; i < num_out; i++) {
7070
tx_mut.vout.emplace_back(CAmount{0}, CScript{});
7171
}
72-
// restore previously poped outpoints
72+
// restore previously popped outpoints
7373
for (auto& in : tx_mut.vin) {
7474
outpoints.push_back(in.prevout);
7575
}

src/wallet/test/wallet_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ BOOST_FIXTURE_TEST_CASE(CreateWallet, TestChain100Setup)
795795
promise.set_value();
796796
SyncWithValidationInterfaceQueue();
797797
// AddToWallet events for block_tx and mempool_tx events are counted a
798-
// second time as the notificaiton queue is processed
798+
// second time as the notification queue is processed
799799
BOOST_CHECK_EQUAL(addtx_count, 4);
800800

801801
TestUnloadWallet(context, std::move(wallet));

0 commit comments

Comments
 (0)