diff options
author | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-10-14 12:50:24 -0300 |
---|---|---|
committer | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2022-10-14 12:53:44 -0300 |
commit | ed235e3d825038425f8c1eb0cbb3c2a9943f20db (patch) | |
tree | d4b56c62b4aeccc239c0e39d6ea3eeabce356573 /tools/map.py | |
parent | 2b93e381676bcd96e98a1141dccc7340af05f7c0 (diff) | |
download | ubox-msx-lib-ed235e3d825038425f8c1eb0cbb3c2a9943f20db.tar.gz ubox-msx-lib-ed235e3d825038425f8c1eb0cbb3c2a9943f20db.zip |
typo
Diffstat (limited to 'tools/map.py')
-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"] |