From 73a8eb684ccf143448873e653227cc9d977be53a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 29 Jun 2019 16:57:05 -0400 Subject: [PATCH] Fix misspelling of "relative" --- constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraint.py b/constraint.py index 4fb5811..2b58d58 100644 --- a/constraint.py +++ b/constraint.py @@ -1290,7 +1290,7 @@ class Attachment(BaseCascade): _props = ['Multiply', 'Cascade'] _tooltip = \ 'Add a "{}" constraint to attach two parts by the selected geometry\n'\ - 'elements. This constraint completely fixes the parts realtive to each\n'\ + 'elements. This constraint completely fixes the parts relative to each\n'\ 'other.'