doc: fix various typos

Co-authored-by: Peter Yordanov <ppyordanov@yahoo.com>
This commit is contained in:
Ikko Ashimine
2020-12-24 22:37:17 +09:00
committed by fanquake
parent e8640849c7
commit 1112035d32
18 changed files with 21 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ uint256 CPartialMerkleTree::CalcHash(int height, unsigned int pos, const std::ve
//if we do not have this assert, we can hit a memory access violation when indexing into vTxid
assert(vTxid.size() != 0);
if (height == 0) {
// hash at height 0 is the txids themself
// hash at height 0 is the txids themselves
return vTxid[pos];
} else {
// calculate left hash