From 76f2e29ac8b0ee14accf777fd68ca00347848c1f Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 15 May 2019 00:45:23 -0400 Subject: [PATCH] Fix source comment typo --- EM_FHPath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EM_FHPath.py b/EM_FHPath.py index 8a73bdd..6a51b9b 100644 --- a/EM_FHPath.py +++ b/EM_FHPath.py @@ -254,7 +254,7 @@ class _FHPath: self.ww = [Vector(0,0,0)] else: # transform 'obj.ww' according to the 'Base' Placement - # (transation is don't care, we worry about rotation) + # (translation is don't care, we worry about rotation) self.ww = [obj.Base.Placement.multVec(obj.ww)] shapes = [] # get node positions in absolute coordinates (at least two nodes exist, checked above)