some comment spelling fixes

This commit is contained in:
nhmall
2023-03-16 22:27:01 -04:00
parent 90906ed05a
commit de79240dea
51 changed files with 118 additions and 118 deletions

View File

@@ -514,7 +514,7 @@ landing_spot(
if (min_distance < 0 /* no viable candidate yet */
/* or better than pending candidate (note: orthogonal
spots are distance 1 and diagonal ones distance 2;
treating one as better than the other is arbitary
treating one as better than the other is arbitrary
and not wanted for DISMOUNT_KNOCKED) */
|| ((best_j == -1) ? (distance < min_distance) : (j < 3))
/* or equally good, maybe substitute this one */