Skip to content

Commit 6078f91

Browse files
committed
Merge bitcoin/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
2 parents aa22009 + 850b085 commit 6078f91

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)