From b9c7a41517e0827fafbbb3af08f31de832030113 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:41:26 +0200 Subject: [PATCH] ARCH: Update importIFCHelper.py --- src/Mod/Arch/importIFCHelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/importIFCHelper.py b/src/Mod/Arch/importIFCHelper.py index 0939e5fdcb..a551f86028 100644 --- a/src/Mod/Arch/importIFCHelper.py +++ b/src/Mod/Arch/importIFCHelper.py @@ -510,7 +510,7 @@ def getColorFromStyledItem(styled_item): # this is an error in the IFC file in my opinion else: # never seen an ifc with more than one Styles in IfcStyledItem - # the above seams to only apply for IFC2x3, IFC4 can have them + # the above seems to only apply for IFC2x3, IFC4 can have them # see https://forum.freecad.org/viewtopic.php?f=39&t=33560&p=437056#p437056 # Get the `IfcPresentationStyleAssignment`, there should only be one,