diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2022-10-14 15:57:05 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2022-10-14 15:57:05 +0000 |
commit | 31dcfa8eb9c3f978151fd9cea677ebccbba51c49 (patch) | |
tree | d4b56c62b4aeccc239c0e39d6ea3eeabce356573 /tools | |
parent | 2b93e381676bcd96e98a1141dccc7340af05f7c0 (diff) | |
parent | ed235e3d825038425f8c1eb0cbb3c2a9943f20db (diff) | |
download | ubox-msx-lib-31dcfa8eb9c3f978151fd9cea677ebccbba51c49.tar.gz ubox-msx-lib-31dcfa8eb9c3f978151fd9cea677ebccbba51c49.zip |
Merge branch 'main' into 'main'
typo
See merge request reidrac/ubox-msx-lib!33
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/map.py | 2 |
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"] |