mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-24 14:40:12 +01:00
Bugfix: Fix a variety of misspellings
This commit is contained in:
@@ -1565,7 +1565,7 @@ bool CBlock::SetBestChain(CTxDB& txdb, CBlockIndex* pindexNew)
|
||||
return error("SetBestChain() : Reorganize failed");
|
||||
}
|
||||
|
||||
// Connect futher blocks
|
||||
// Connect further blocks
|
||||
BOOST_REVERSE_FOREACH(CBlockIndex *pindex, vpindexSecondary)
|
||||
{
|
||||
CBlock block;
|
||||
|
||||
Reference in New Issue
Block a user