doc: Fix typos

Fix three typos.
This commit is contained in:
RoboSchmied
2024-03-21 21:26:45 +01:00
committed by fanquake
parent d04324a705
commit b5ed13a240
3 changed files with 3 additions and 3 deletions

View File

@@ -5784,7 +5784,7 @@ bool ChainstateManager::PopulateAndValidateSnapshot(
CBlockIndex* index = nullptr;
// Don't make any modifications to the genesis block since it shouldn't be
// neccessary, and since the genesis block doesn't have normal flags like
// necessary, and since the genesis block doesn't have normal flags like
// BLOCK_VALID_SCRIPTS set.
constexpr int AFTER_GENESIS_START{1};