fix up type o in comments

This commit is contained in:
JASON-6700K\jandersen 2023-05-11 11:43:15 -04:00
parent b3a434a5bd
commit fa7a01593a
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ void C2File::ApplyThrottle(int ThrottleSize, int CellSizeX, int CellSizeY)
deltaSize--;
}
// go to next indix in the cell, for the next time we process the cell
// go to next index in the cell, for the next time we process the cell
subIndex++;
if (subIndex >= bytesPerCell)
{