Fix various typos (#1837)

Found via `codespell`
This commit is contained in:
luzpaz
2021-10-28 17:56:02 -04:00
committed by GitHub
parent b46f1647d2
commit 0aa8a19b6d
10 changed files with 17 additions and 17 deletions
@@ -382,7 +382,7 @@ class application(QtWidgets.QApplication):
self.scrollLayout.addStretch()
else:
label = QtWidgets.QLabel("No IfcPropertySets asscociated with selected entity instance")
label = QtWidgets.QLabel("No IfcPropertySets associated with selected entity instance")
self.scrollLayout.addWidget(label)
def load_file(self, f, **kwargs):