Misc. typo and whitespace fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-05-29 14:40:01 -04:00
committed by abdullahtahiriyo
parent be257182ba
commit 7c1490c046
9 changed files with 25 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ else:
from PySide import QtGui
# Qt tanslation handling
# Qt translation handling
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def translate(context, text, disambig=None):