From e6fad808e9459ed6211c5ee04f3f1a00b786fa7a Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 29 Jul 2021 14:52:44 -0400 Subject: Fix typos (#1291) --- lib/elements/satin_column.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements/satin_column.py') diff --git a/lib/elements/satin_column.py b/lib/elements/satin_column.py index 778fc88a..d72680b7 100644 --- a/lib/elements/satin_column.py +++ b/lib/elements/satin_column.py @@ -779,7 +779,7 @@ class SatinColumn(EmbroideryElement): sides = self.plot_points_on_rails(self.zigzag_spacing, self.pull_compensation) # "left" and "right" here are kind of arbitrary designations meaning - # a point from the first and second rail repectively + # a point from the first and second rail respectively for left, right in zip(*sides): patch.add_stitch(left) patch.add_stitch(right) -- cgit v1.2.3