Skip to content

Commit 3275180

Browse files
author
MarcoFalke
committed
Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances")
b083db6 [trivial] Fix typo: "occurrences" (misspelled as "occurrances") (practicalswift) Tree-SHA512: 5141526dbbbbe797ef103fcbdc0a1318648214973214607e35cc0e99abfc4dd547e3ef15fe21976c53a78b03dff140fe76e5c92a0f7e7d2b08081215983a8616
2 parents 1b708f2 + b083db6 commit 3275180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight) {
8686
const uint256& txid = tx.GetHash();
8787
for (size_t i = 0; i < tx.vout.size(); ++i) {
8888
// Pass fCoinbase as the possible_overwrite flag to AddCoin, in order to correctly
89-
// deal with the pre-BIP30 occurrances of duplicate coinbase transactions.
89+
// deal with the pre-BIP30 occurrences of duplicate coinbase transactions.
9090
cache.AddCoin(COutPoint(txid, i), Coin(tx.vout[i], nHeight, fCoinbase), fCoinbase);
9191
}
9292
}

0 commit comments

Comments
 (0)