fix misc. source comment typos

Found via `codespell`
This commit is contained in:
luz.paz
2019-09-17 12:07:25 -04:00
committed by Bernd Hahnebach
parent a243b95209
commit a8b1c56fe8
2 changed files with 6 additions and 5 deletions

View File

@@ -347,7 +347,7 @@ class EditorPanel():
self.loadToolTables()
def renameTable(self):
''' provides dialog for new tablename and renames teh selected tool table'''
''' provides dialog for new tablename and renames the selected tool table'''
name = self.TLM.getCurrentTableName()
newName, ok = QtGui.QInputDialog.getText(None, translate("TooltableEditor","Rename Tooltable"),translate("TooltableEditor","Enter Name:"),QtGui.QLineEdit.Normal,name)
if ok and newName: