commit 2d73236187b8826b392eef3231bbefc271dd1ab2
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Apr 9 15:00:40 2021 +0200

    Face cubit creation: progress, a cube renders correctly :)

diff --git a/src/main/java/org/distorted/library/mesh/MeshPolygon.java b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
index d0c1c80..27ea6c1 100644
--- a/src/main/java/org/distorted/library/mesh/MeshPolygon.java
+++ b/src/main/java/org/distorted/library/mesh/MeshPolygon.java
@@ -24,7 +24,7 @@ package org.distorted.library.mesh;
  * Create a polygon of any shape and varying elevations from the edges towards the center.
  * <p>
  * Specify a list of vertices. Any two adjacent vertices + the center (0,0,0) form a triangle. The
- * polygon is going to be split into such triangles, and each triange is split into adjustable number
+ * polygon is going to be split into such triangles, and each triangle is split into adjustable number
  * of 'bands' form the outer edge towards the center. Edges of each band can can at any elevation.
  */
 public class MeshPolygon extends MeshBase
