From df34f4f1db405c5b8deeb03db0937bee9ba81f42 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 15 Mar 2022 18:29:39 +0100 Subject: Cleanup: fix source comment typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312 --- curve_tools/show_resolution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curve_tools') diff --git a/curve_tools/show_resolution.py b/curve_tools/show_resolution.py index cd63f59f..b2dbda7f 100644 --- a/curve_tools/show_resolution.py +++ b/curve_tools/show_resolution.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# LOAD MODUL # +# LOAD MODULE # import bpy from bpy import * from bpy.props import * -- cgit v1.2.3