aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro de Medeiros <pedro.medeiros@gmail.com>2022-10-14 12:50:24 -0300
committerPedro de Medeiros <pedro.medeiros@gmail.com>2022-10-14 12:53:44 -0300
commited235e3d825038425f8c1eb0cbb3c2a9943f20db (patch)
treed4b56c62b4aeccc239c0e39d6ea3eeabce356573
parent2b93e381676bcd96e98a1141dccc7340af05f7c0 (diff)
downloadubox-msx-lib-ed235e3d825038425f8c1eb0cbb3c2a9943f20db.tar.gz
ubox-msx-lib-ed235e3d825038425f8c1eb0cbb3c2a9943f20db.zip
typo
-rwxr-xr-xtools/map.py2
1 files changed, 1 insertions, 1 deletions
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"]