Add source comment typo fix

This commit is contained in:
luz.paz
2018-05-14 16:35:03 -04:00
committed by luz paz
parent aa9c0e16ff
commit 3534ebfbda

View File

@@ -4119,7 +4119,7 @@ class Edit(Modifier):
tol = 0.001
if ( ( self.editing == 0 ) and ( (editPnt - pts[-1]).Length < tol) ) or ( self.editing == len(pts) - 1 ) and ( (editPnt - pts[0]).Length < tol):
self.obj.Closed = True
# DNC: fix error message if edited point coinsides with one of the existing points
# DNC: fix error message if edited point coincides with one of the existing points
if ( editPnt in pts ) == False:
if Draft.getType(self.obj) in ["BezCurve"]:
knot = None