fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -1461,7 +1461,7 @@ tiphat(void)
for (range = 1; range <= BOLT_LIM + 1; ++range) {
x += u.dx, y += u.dy;
if (!isok(x, y) || (range > 1 && !couldsee(x, y))) {
/* switch back to coordinates for previous interation's 'mtmp' */
/* switch back to coordinates for previous iteration's 'mtmp' */
x -= u.dx, y -= u.dy;
break;
}