From ed235e3d825038425f8c1eb0cbb3c2a9943f20db Mon Sep 17 00:00:00 2001 From: Pedro de Medeiros Date: Fri, 14 Oct 2022 12:50:24 -0300 Subject: typo --- tools/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/map.py b/tools/map.py index 13f676a..60ef887 100755 --- a/tools/map.py +++ b/tools/map.py @@ -161,7 +161,7 @@ def main(): if mh < args.rh or mh % args.rh: parser.error("Map size height not multiple of the room size") if mw < args.rw or mw % args.rw: - parser.error("Map size witdh not multiple of the room size") + parser.error("Map size width not multiple of the room size") tilewidth = data["tilewidth"] tileheight = data["tileheight"] -- cgit v1.2.3