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: