From 73e9ef72519b518a64f562e5d0a837147343103d Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Tue, 28 Mar 2017 22:07:14 -0400 Subject: typo-fix: "within a single box", not "withing ..." --- src/ui-arena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-arena.c b/src/ui-arena.c index 39cbf55..c3f6b90 100644 --- a/src/ui-arena.c +++ b/src/ui-arena.c @@ -341,7 +341,7 @@ void ui_arena_move_robot(UIArena *arena, gint from_x, gint from_y, ui_arena_update_status(arena, "Robot moves..", energy, score, shields); - /* Check if robot is moving withing a single box */ + /* Check if robot is moving within a single box */ if (distance == 0) { put_tile(arena, arena->priv->space, from_x * TILE_SIZE, -- cgit v1.1