From 6a47e68b78cb1c76ae2b67373a7c28c93085e349 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 16 Sep 2024 12:34:40 +0500 Subject: [PATCH] fix typo --- src/bonsai/bonsai/bim/module/debug/operator.py | 2 +- .../ifcopenshell/util/generate_pset_templates.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bonsai/bonsai/bim/module/debug/operator.py b/src/bonsai/bonsai/bim/module/debug/operator.py index ae872d6c17..35a2b47cb2 100644 --- a/src/bonsai/bonsai/bim/module/debug/operator.py +++ b/src/bonsai/bonsai/bim/module/debug/operator.py @@ -469,7 +469,7 @@ class PrintUnusedElementStats(bpy.types.Operator, tool.Ifc.Operator): ignore_contexts: bpy.props.BoolProperty(name="Ignore Contexts", default=True) ignore_relationships: bpy.props.BoolProperty(name="Ignore Relationships", default=True) ignore_types: bpy.props.BoolProperty(name="Ignore Types", default=True) - ignore_styled_items: bpy.props.BoolProperty(name="Ignoer Styled Items", default=True) + ignore_styled_items: bpy.props.BoolProperty(name="Ignore Styled Items", default=True) def _execute(self, context): props = context.scene.BIMDebugProperties diff --git a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py index 813767b619..1de000fa4e 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py +++ b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py @@ -153,7 +153,7 @@ class PsetTemplatesGenerator: # 2) enumeration # 3) property set (also with IFCRELASSOCIATESLIBRARY) # 4) property definition (also with IFCRELASSOCIATESLIBRARY) - # but in ifc4x3 there is no data for those library refernces + # but in ifc4x3 there is no data for those library references # TODO: need to add it to .ifc for IFC4X3 too # if https://github.com/buildingSMART/IFC4.3.x-development/issues/587 is resolved