Apply spell check (#41)

This commit is contained in:
Matt Cooley 2019-02-26 20:41:04 -08:00 committed by GitHub
parent 81a6f59430
commit 28f982a6e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 131 additions and 131 deletions

View file

@ -154,7 +154,7 @@ void DateCalculationEngine::GetDateDifference(_In_ DateTime date1, _In_ DateTime
if (tempDaysDiff < 0)
{
// pivotDate has gone over the end date; start from the begining of this unit
// pivotDate has gone over the end date; start from the beginning of this unit
differenceInDates[unitIndex] -= 1;
pivotDate = tempPivotDate;
pivotDate = AdjustCalendarDate(pivotDate, dateUnit, static_cast<int>(differenceInDates[unitIndex]));