Path: source comment typo fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-05-29 14:38:09 -04:00
committed by abdullahtahiriyo
parent 7c1490c046
commit aedb888ae3
50 changed files with 51 additions and 51 deletions

View File

@@ -44,7 +44,7 @@ LOG_MODULE = PathLog.thisModule()
PathLog.setLevel(PathLog.Level.DEBUG, LOG_MODULE)
# Qt tanslation handling
# Qt translation handling
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)