Merge #7785: Trivial: Fix typo: Optimizaton -> Optimization [skip ci]

a22bde9 Fix typo: Optimizaton -> Optimization (paveljanik)
This commit is contained in:
Wladimir J. van der Laan 2016-04-02 07:14:55 +02:00 committed by Alexander Block
parent 960cb014d3
commit 21b23d1ec1

View File

@ -45,7 +45,7 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex*
break;
}
if (pindexPrev->GetMedianTimePast() < nTimeStart) {
// Optimizaton: don't recompute down further, as we know every earlier block will be before the start time
// Optimization: don't recompute down further, as we know every earlier block will be before the start time
cache[pindexPrev] = THRESHOLD_DEFINED;
break;
}