From 36f7610cc0844a034ba068b549332cab3ef7b033 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 9 Dec 2021 15:05:21 +0100 Subject: Force lock stitches option/extension and some typos (#1471) --- lib/extensions/reorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/reorder.py') diff --git a/lib/extensions/reorder.py b/lib/extensions/reorder.py index 933c1d70..be478e39 100644 --- a/lib/extensions/reorder.py +++ b/lib/extensions/reorder.py @@ -7,7 +7,7 @@ from .base import InkstitchExtension class Reorder(InkstitchExtension): - # Remove selected objects from the document and readd them in the order they + # Remove selected objects from the document and re-add them in the order they # were selected. def effect(self): -- cgit v1.2.3