Cleanup: spelling in comments

This commit is contained in:
2021-07-07 12:55:19 +10:00
parent 63a8b3b972
commit 5bbbc98471
74 changed files with 158 additions and 157 deletions

View File

@@ -229,7 +229,7 @@ void ui_draw_but_TAB_outline(const rcti *rect,
{0.98, 0.805},
};
/* mult */
/* Multiply. */
for (a = 0; a < 4; a++) {
mul_v2_fl(vec[a], rad);
}