From 257f0b11f5b3c46aaa78972764e805d0ce214da4 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 26 Feb 2025 15:59:11 +0500 Subject: [PATCH] Fix typo --- src/bonsai/bonsai/bim/module/debug/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/debug/operator.py b/src/bonsai/bonsai/bim/module/debug/operator.py index 67ba6e5199..3561a005a1 100644 --- a/src/bonsai/bonsai/bim/module/debug/operator.py +++ b/src/bonsai/bonsai/bim/module/debug/operator.py @@ -527,7 +527,7 @@ class PurgeUnusedElementsByClass(bpy.types.Operator, tool.Ifc.Operator): bl_label = "Purge Unused Elements By Class" bl_description = ( "Will find all elements of class that have no inverse references and will remove them, use very carefully.\n" - "If IFC class is provided in neighbour field, will purge only elemnts of the provided class. Otherwise will purge all white-listed elements.\n" + "If IFC class is provided in neighbour field, will purge only elements of the provided class. Otherwise will purge all white-listed elements.\n" "ALT+CLICK to provide a path where to save the IFC file with the removed elements (note changes will be applied to the current IFC too)" ) bl_options = {"REGISTER", "UNDO"}