diff --git a/src/Mod/Path/PathScripts/PathDressupRampEntry.py b/src/Mod/Path/PathScripts/PathDressupRampEntry.py index ff0b3a5e0f..fab96965b9 100644 --- a/src/Mod/Path/PathScripts/PathDressupRampEntry.py +++ b/src/Mod/Path/PathScripts/PathDressupRampEntry.py @@ -343,7 +343,7 @@ class ObjectDressup: # now we need to return to original position. if goingForward: # if the ramp was going forward, the return edges are the edges we already covered in ramping, - # exept the last one, which was already covered inside for loop. Direction needs to be reversed also + # except the last one, which was already covered inside for loop. Direction needs to be reversed also returnedges = self.getreversed(rampedges[:i]) else: # if the ramp was already reversing, the edges needed for return are the ones