Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_inset/geom.py')
-rw-r--r--mesh_inset/geom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/geom.py b/mesh_inset/geom.py
index d69eb4b6..9dbb98bb 100644
--- a/mesh_inset/geom.py
+++ b/mesh_inset/geom.py
@@ -559,7 +559,7 @@ def PointInside(v, a, points):
def SignedArea(polygon, points):
- """Return the area of the polgon, positive if CCW, negative if CW.
+ """Return the area of the polygon, positive if CCW, negative if CW.
Args:
polygon: list of vertex indices