Skip to content

Commit 6753e26

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin#21626: doc: Fix typos from codespell
94c7dd9 doc: Fix typos from codespell lint (Yerzhan Mazhkenov) Pull request description: Typos from codespell linter: https://cirrus-ci.com/task/6677401661865984?logs=lint#L856 - txrequest.cpp: `annoucements` ==> `announcements` - contrib/guix/README.md:298: `stil` ==> `still` - contrib/guix/guix-build:18: `invokable` ==> `invocable` - contrib/guix/libexec/prelude.bash:12: `invokable` ==> `invocable` - src/test/fuzz/tx_pool.cpp:37: `acess` ==> `access` - src/txorphanage.h:29: `orginating` ==> `originating` ACKs for top commit: practicalswift: cr ACK 94c7dd9: thnaks fro fiixng tpyos! jarolrod: ACK 94c7dd9 Tree-SHA512: e0fac462a2f9e68b6a161c9f5d95b4d0648ce5c618fd7cd243d57db8f0256138b8823b166ea406b21e95586eae43047df1ef0df04616858082a39c1d1eb13a86
1 parent 60d9516 commit 6753e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/tx_pool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void initialize_tx_pool()
4747

4848
for (int i = 0; i < 2 * COINBASE_MATURITY; ++i) {
4949
CTxIn in = MineBlock(g_setup->m_node, CScript() << OP_TRUE);
50-
// Remember the txids to avoid expensive disk acess later on
50+
// Remember the txids to avoid expensive disk access later on
5151
auto& outpoints = i < COINBASE_MATURITY ?
5252
g_outpoints_coinbase_init_mature :
5353
g_outpoints_coinbase_init_immature;

0 commit comments

Comments
 (0)