More misc. typos

This commit is contained in:
luz.paz
2018-05-19 12:17:52 -04:00
parent 3534ebfbda
commit 43244aa762
27 changed files with 38 additions and 38 deletions

View File

@@ -832,7 +832,7 @@ class SpreadsheetView(QtGui.QWidget):
self.table.item(r,c).setBackground(brush)
def changeCell(self,r,c,value=None):
"changes the contens of a cell"
"changes the contents of a cell"
if self.doNotChange:
if DEBUG: print("DoNotChange flag is set")
self.doNotChange = False