Spell check comments and docstrings

This commit is contained in:
Veronica Berglyd Olsen
2023-07-20 23:25:49 +02:00
parent e773884c29
commit 4dfa51855e
45 changed files with 122 additions and 175 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ class GuiManuscript(QDialog):
def closeEvent(self, event):
"""Capture the user closing the window so we can save GUI
settings. We also check that we don't have a build settings
diralog open.
dialog open.
"""
self._saveSettings()
for obj in self.children():
@@ -430,7 +430,7 @@ class GuiManuscript(QDialog):
bItem = self._buildMap.get(build.buildID, None)
if isinstance(bItem, QListWidgetItem):
bItem.setText(build.name)
else: # Propbably a new item
else: # Probably a new item
self._updateBuildsList()
return