From ed161459d14a31fd237cd1f65a7070113ae3300f Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 1 Oct 2019 20:13:26 +0200 Subject: Fix typos in source comments and descriptions Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800 --- object_boolean_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object_boolean_tools.py') diff --git a/object_boolean_tools.py b/object_boolean_tools.py index a9c74777..642bfff2 100644 --- a/object_boolean_tools.py +++ b/object_boolean_tools.py @@ -177,7 +177,7 @@ def Operation(context, _operation): selObj["BoolTool_FTransform"] = "False" -# Remove Obejcts form the BoolTool System +# Remove Objects form the BoolTool System def Remove(context, thisObj_name, Prop): # Find the Brush pointed in the Tree View and Restore it, active is the Canvas actObj = context.active_object -- cgit v1.2.3