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 2b02659010
commit ec12ffae0c
50 changed files with 51 additions and 51 deletions

View File

@@ -31,7 +31,7 @@ import math
"""Path Array object and FreeCAD command"""
# Qt tanslation handling
# Qt translation handling
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)