diff --git a/src/Mod/Draft/draftobjects/patharray.py b/src/Mod/Draft/draftobjects/patharray.py index 146319f730..7871eb8fd1 100644 --- a/src/Mod/Draft/draftobjects/patharray.py +++ b/src/Mod/Draft/draftobjects/patharray.py @@ -683,7 +683,7 @@ def placements_on_path(shapeRotation, pathwire, count, xlate, align, fullSpacingPattern = [spacingPattern[i % len(spacingPattern)] for i in range(segCount)] sumWeights = sum(fullSpacingPattern) distPerWeightUnit = totalDist / sumWeights - steps = [distPerWeightUnit * weigth for weigth in fullSpacingPattern] + steps = [distPerWeightUnit * weight for weight in fullSpacingPattern] else: # Available length will be evenly divided (the original spacing method):