Fix various typos
Found with codespell
This commit is contained in:
@@ -1717,7 +1717,7 @@ class HIDE_TRACK_TAG(UndefinedChunk):
|
||||
class DUMMY(ChunkBase): tag = 0xFFFF
|
||||
|
||||
#
|
||||
# Obsolute Chunks
|
||||
# Obsolete Chunks
|
||||
#
|
||||
|
||||
class VIEWPORT_LAYOUT_OLD(UndefinedChunk): tag = 0x7000
|
||||
|
||||
@@ -300,7 +300,7 @@ def add_property(ifcfile, pset, name, value=""):
|
||||
|
||||
|
||||
def get_freecad_type(ptype):
|
||||
"""Returns a FreeCAD property type correspinding to an IFC property type"""
|
||||
"""Returns a FreeCAD property type corresponding to an IFC property type"""
|
||||
|
||||
conv = read_properties_conversion()
|
||||
for key, values in conv.items():
|
||||
@@ -310,7 +310,7 @@ def get_freecad_type(ptype):
|
||||
|
||||
|
||||
def get_ifc_type(fctype):
|
||||
"""Returns an IFC property type correspinding to a FreeCAD property type"""
|
||||
"""Returns an IFC property type corresponding to a FreeCAD property type"""
|
||||
|
||||
conv = read_properties_conversion()
|
||||
for key, values in conv.items():
|
||||
|
||||
Reference in New Issue
Block a user