Fix a couple of small spelling mistakes in comments

This commit is contained in:
Nathan Scott
2021-02-15 12:54:20 +11:00
parent c44b2ec795
commit 8cd90f0c4a
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
}
}
// If still to large, print the start not the end
// If still too large, print the start not the end
startPos = MINIMUM(startPos, w);
}
assert(startPos >= 0);