From 94cfe2d13026a8c3b7a2f0e3df8f80a0f26ac389 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 28 Jun 2019 07:19:00 -0400 Subject: [PATCH] Misc. typo and whitespace fixes Found via `codespell` --- src/Mod/Path/PathScripts/PathAreaOp.py | 2 +- src/Mod/Path/PathScripts/PathPocketShape.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathAreaOp.py b/src/Mod/Path/PathScripts/PathAreaOp.py index ec48aa6c21..7b9208b28b 100644 --- a/src/Mod/Path/PathScripts/PathAreaOp.py +++ b/src/Mod/Path/PathScripts/PathAreaOp.py @@ -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: diff --git a/src/Mod/Path/PathScripts/PathPocketShape.py b/src/Mod/Path/PathScripts/PathPocketShape.py index ef426887f3..faa5b06d04 100644 --- a/src/Mod/Path/PathScripts/PathPocketShape.py +++ b/src/Mod/Path/PathScripts/PathPocketShape.py @@ -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))) # --------------------------------------------------------