typofixes (found by misspell_fixer)

This commit is contained in:
Veres Lajos
2015-08-09 00:17:27 +01:00
parent a4fe57da62
commit 9f68ed6b6d
20 changed files with 23 additions and 23 deletions

View File

@@ -168,7 +168,7 @@ uint256 CPartialMerkleTree::ExtractMatches(std::vector<uint256> &vMatch) {
// traverse the partial tree
unsigned int nBitsUsed = 0, nHashUsed = 0;
uint256 hashMerkleRoot = TraverseAndExtract(nHeight, 0, nBitsUsed, nHashUsed, vMatch);
// verify that no problems occured during the tree traversal
// verify that no problems occurred during the tree traversal
if (fBad)
return uint256();
// verify that all bits were consumed (except for the padding caused by serializing it as a byte sequence)