doc: Fix typos from codespell lint

This commit is contained in:
Yerzhan Mazhkenov
2021-04-06 21:44:36 +01:00
parent 9be7fe4849
commit 94c7dd9ac8
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ void initialize_tx_pool()
for (int i = 0; i < 2 * COINBASE_MATURITY; ++i) {
CTxIn in = MineBlock(g_setup->m_node, P2WSH_OP_TRUE);
// Remember the txids to avoid expensive disk acess later on
// Remember the txids to avoid expensive disk access later on
auto& outpoints = i < COINBASE_MATURITY ?
g_outpoints_coinbase_init_mature :
g_outpoints_coinbase_init_immature;