commit f4a2d97efe66f26c38c53ce71e993544891aeb91
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Oct 28 13:06:02 2021 +0200

    Add testing of MeshPolygon to the MeshFile app.

diff --git a/src/main/java/org/distorted/library/mesh/MeshPolygon.java b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
index 620d405..122cb76 100644
--- a/src/main/java/org/distorted/library/mesh/MeshPolygon.java
+++ b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
@@ -215,7 +215,7 @@ public class MeshPolygon extends MeshBase
  *                   Must be band[2*i] > band[2*(i+1)] !
  * @param exIndex    This and the next parameter describe how to make the mesh denser at the
  *                   polyVertices. If e.g. exIndex=3 and exVertices=2, then 3 triangles of the
- *                   outermost band (and 2 triangles of the next band, and 1 triange of the third
+ *                   outermost band (and 2 triangles of the next band, and 1 triangle of the third
  *                   band) get denser - the 3 triangles become 3+2 = 5.
  * @param exVertices See above.
  * @param centerX    the X coordinate of the 'center' of the Polygon, i.e. point of the mesh
