From 4e1cda9885a6ef508396a8f60c292350af8f3f3d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 31 Jul 2019 13:27:19 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz Differential Revision: https://developer.blender.org/D5240 --- mesh_inset/triquad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesh_inset') diff --git a/mesh_inset/triquad.py b/mesh_inset/triquad.py index b94da8b0..1a5c266f 100644 --- a/mesh_inset/triquad.py +++ b/mesh_inset/triquad.py @@ -815,7 +815,7 @@ def _EMatch(er): return (er, er[1][1]) i = random.randint(0, len(er) - 1) eri = (wi, _, tl, tr) = er[i] - # case a: include eri. exlude other edges that touch tl or tr + # case a: include eri. exclude other edges that touch tl or tr a = _CopyExcluding(er, tl, tr) a.append(eri) (amatch, wa) = _DCMatch(a) -- cgit v1.2.3