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

@@ -634,7 +634,7 @@ drag_ball(coordxy x, coordxy y, int *bc_control,
already_in_rock = FALSE;
switch (dist2(x, y, uball->ox, uball->oy)) {
/* two spaces diagonal from ball, move chain inbetween */
/* two spaces diagonal from ball, move chain in-between */
case 8:
*chainx = (uball->ox + x) / 2;
*chainy = (uball->oy + y) / 2;