Fix various typos

This commit is contained in:
luz paz
2022-08-27 07:53:17 -04:00
committed by Thomas Krijnen
parent 74d730f368
commit 33199b4bb6
12 changed files with 366 additions and 204 deletions
@@ -71,7 +71,7 @@ class Patcher:
# Purge axis representations from walls. Revit will draw the axis (a
# line through the wall) but doesn't give you control over its
# visibilty, resulting in very ugly walls and lines typically cutting
# visibility, resulting in very ugly walls and lines typically cutting
# across door openings.
#
# See bug https://github.com/Autodesk/revit-ifc/issues/360
@@ -89,7 +89,7 @@ class Patcher:
#
# 1. 3D IfcDoors with IfcDoorType import as Revit doors
# 2. 2D IfcBuildingElementProxy with no type import as Revit generic model
# 3. The Revit user turns off the visibilty of the door category.
# 3. The Revit user turns off the visibility of the door category.
# 4. The user is shocked to see that generic models are now invisible,
# even though it is clearly a separate category to doors.
#