From de560ac6f81e13ce7f5c83e8f46b2d38a1f22fac Mon Sep 17 00:00:00 2001 From: bobthebadguy <61261191+bobthebadguy@users.noreply.github.com> Date: Fri, 21 Feb 2020 06:58:11 -0800 Subject: [PATCH] Fixed small typo (#1613) Now there are 70 pull requests. --- core/src/mindustry/entities/Units.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/entities/Units.java b/core/src/mindustry/entities/Units.java index 67fe01dc9e..30802f380d 100644 --- a/core/src/mindustry/entities/Units.java +++ b/core/src/mindustry/entities/Units.java @@ -26,8 +26,8 @@ public class Units{ * Validates a target. * @param target The target to validate * @param team The team of the thing doing tha targeting - * @param x The X position of the thing doign the targeting - * @param y The Y position of the thing doign the targeting + * @param x The X position of the thing doing the targeting + * @param y The Y position of the thing doing the targeting * @param range The maximum distance from the target X/Y the targeter can be for it to be valid * @return whether the target is invalid */