doc: fix typos

As found by lint-spelling.py using codespell 2.2.6.
This commit is contained in:
Sjors Provoost
2023-11-07 10:21:51 +09:00
parent 0387ca0774
commit 43de4d3630
22 changed files with 25 additions and 24 deletions

View File

@@ -170,7 +170,7 @@ Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, const CCo
return Result::INVALID_PARAMETER;
}
// We are going to modify coin control later, copy to re-use
// We are going to modify coin control later, copy to reuse
CCoinControl new_coin_control(coin_control);
LOCK(wallet.cs_wallet);