Misc. typo and whitespace fixes
Found via `codespell`
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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)))
|
||||
# --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user