Misc. typo and whitespace fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-06-28 07:19:00 -04:00
committed by Yorik van Havre
parent b2d6167366
commit 94cfe2d130
2 changed files with 2 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ class ObjectOp(PathOp.ObjectOp):
if obj.StartDepth.Value == obj.OpStartDepth.Value:
obj.StartDepth.Value = self.strDep
# Create visual axises when debugging.
# Create visual axes when debugging.
if PathLog.getLevel(PathLog.thisModule()) == 4:
self.visualAxis()
else:

View File

@@ -428,7 +428,7 @@ class ObjectPocket(PathPocketBase.ObjectPocket):
if planar is True:
base = FreeCAD.ActiveDocument.getObject(useFace)
sub = 'Face1'
PathLog.debug(' -successful face crated: {}'.format(useFace))
PathLog.debug(' -successful face created: {}'.format(useFace))
else:
PathLog.error(translate("Path", "Failed to create a planar face from edges in {}.".format(sub)))
# --------------------------------------------------------