Misc. typos

Found via `codespell`
Trivial typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-08-09 14:43:09 -04:00
committed by wmayer
parent a6341b3f27
commit fab9cad50f
11 changed files with 20 additions and 20 deletions

View File

@@ -404,7 +404,7 @@ def insert(filename,docname,skip=[],only=[],root=None):
filename = decode(filename,utf=True)
ifcfile = ifcopenshell.open(filename)
# set default ifcopenshell optionss to work in brep mode
# set default ifcopenshell options to work in brep mode
from ifcopenshell import geom
settings = ifcopenshell.geom.settings()
settings.set(settings.USE_BREP_DATA,True)