diff options
author | RoboSchmied <github@roboschmie.de> | 2024-03-21 21:26:45 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-26 16:51:37 +0000 |
commit | b5ed13a2408a141d737341137b26b2f0249c8167 (patch) | |
tree | a27a9d117502701f0b4db7cbb47ef9df28d9132d /src/validation.cpp | |
parent | d04324a7056a735c1127ba8ccdc720a16e7281a3 (diff) |
doc: Fix typos
Fix three typos.
Diffstat (limited to 'src/validation.cpp')
-rw-r--r-- | src/validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp index 5c585438d1..8a78f2106d 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -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}; |