From bd4fd14c326d8b59828a6d4a2502922398adf04a Mon Sep 17 00:00:00 2001 From: Pedro de Medeiros Date: Sat, 10 Dec 2022 20:24:02 -0300 Subject: typo --- tools/png2tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/png2tiles.py b/tools/png2tiles.py index 55e7c53..3d295fa 100755 --- a/tools/png2tiles.py +++ b/tools/png2tiles.py @@ -94,7 +94,7 @@ def read_image(image_name, out, color): data[x + i + ((y + j) * w)] for j in range(DEF_H) for i in range(DEF_W) ] - # get the attibutes of the tile + # get the attributes of the tile # FIXME: this may not be right for i in range(0, len(tile), DEF_W): cols = list(sorted(set(tile[i : i + DEF_W]))) -- cgit v1.2.3