From d68dca98ce6705dd69285692f3cdc1dbf2213c1d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 5 Jan 2022 15:27:33 +0100 Subject: Cleanup: fix typos in source code Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801 --- io_mesh_stl/stl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_stl/stl_utils.py') diff --git a/io_mesh_stl/stl_utils.py b/io_mesh_stl/stl_utils.py index ee693375..2fdd17f0 100644 --- a/io_mesh_stl/stl_utils.py +++ b/io_mesh_stl/stl_utils.py @@ -26,7 +26,7 @@ Used as a blender script, it load all the stl files in the scene: blender --python stl_utils.py -- file1.stl file2.stl file3.stl ... """ -# TODO: endien +# TODO: endian class ListDict(dict): -- cgit v1.2.3