From 4ff8f586d6c3abc587d14d4e36ba541a1205ade9 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 22 Nov 2019 09:44:39 +0000 Subject: [PATCH] Fix typo in plrctrls.cpp comment >cordinate --- SourceX/controls/plrctrls.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceX/controls/plrctrls.cpp b/SourceX/controls/plrctrls.cpp index 20ae8f486..58101d219 100644 --- a/SourceX/controls/plrctrls.cpp +++ b/SourceX/controls/plrctrls.cpp @@ -69,7 +69,7 @@ int GetMinDistance(int dx, int dy) } /** - * @brief Get walking steps to cordinate + * @brief Get walking steps to coordinate * @param dx Tile coordinates * @param dy Tile coordinates * @param maxDistance the max number of steps to search @@ -86,7 +86,7 @@ int GetDistance(int dx, int dy, int maxDistance) } /** - * @brief Get distance to cordinate + * @brief Get distance to coordinate * @param dx Tile coordinates * @param dy Tile coordinates */