aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martínez <jjm@usebox.net>2022-10-14 15:57:05 +0000
committerJuan J. Martínez <jjm@usebox.net>2022-10-14 15:57:05 +0000
commit31dcfa8eb9c3f978151fd9cea677ebccbba51c49 (patch)
treed4b56c62b4aeccc239c0e39d6ea3eeabce356573
parent2b93e381676bcd96e98a1141dccc7340af05f7c0 (diff)
parented235e3d825038425f8c1eb0cbb3c2a9943f20db (diff)
downloadubox-msx-lib-31dcfa8eb9c3f978151fd9cea677ebccbba51c49.tar.gz
ubox-msx-lib-31dcfa8eb9c3f978151fd9cea677ebccbba51c49.zip
Merge branch 'main' into 'main'
typo See merge request reidrac/ubox-msx-lib!33
-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"]