From 5f40fb735ced865a5897b037bf6df9f600bcaeb6 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 30 Jul 2017 21:30:47 -0700 Subject: [PATCH] Fixed typo. --- src/Mod/Path/PathScripts/PathDressupTag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupTag.py b/src/Mod/Path/PathScripts/PathDressupTag.py index e073645de9..58f6a5bb2b 100644 --- a/src/Mod/Path/PathScripts/PathDressupTag.py +++ b/src/Mod/Path/PathScripts/PathDressupTag.py @@ -164,7 +164,7 @@ class ObjectDressup: maxY = maxZ # the assumption is that all helixes are in the xy-plane - in other words there is no - # intermittent point of a command that has a lower/higer Z-position than the start and + # intermittent point of a command that has a lower/higher Z-position than the start and # and end positions of a command. lastPt = FreeCAD.Vector(0, 0, 0) for cmd in obj.Base.Path.Commands: