commit 3c621722ec8e229c7ae5c6622aa38c216b06ca58
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Mon Jan 11 00:26:56 2021 +0100

    Minor.

diff --git a/src/main/java/org/distorted/objects/TwistyMinx.java b/src/main/java/org/distorted/objects/TwistyMinx.java
index 25431887..add62c50 100644
--- a/src/main/java/org/distorted/objects/TwistyMinx.java
+++ b/src/main/java/org/distorted/objects/TwistyMinx.java
@@ -47,7 +47,7 @@ public class TwistyMinx extends TwistyObject
   static final float C2 = (SQ5+3)/4;
   static final float LEN= (float)(Math.sqrt(1.25f+0.5f*SQ5));
 
-  // the six rotation axis of a RubikMegaminx. Must be normalized.
+  // the six rotation axis of a RubikMinx. Must be normalized.
   static final Static3D[] ROT_AXIS = new Static3D[]
          {
            new Static3D( C2/LEN, C1/LEN, 0      ),
@@ -78,7 +78,7 @@ public class TwistyMinx extends TwistyObject
            MINX_DBLUE , MINX_DYELLOW, MINX_WHITE , MINX_GREY
          };
 
-  // All 60 legal rotation quats of a RubikMegaminx
+  // All 60 legal rotation quats of a RubikMinx
   private static final Static4D[] QUATS = new Static4D[]
          {
            new Static4D(  0.0f,  0.0f,  0.0f,  1.0f ),
@@ -413,7 +413,7 @@ public class TwistyMinx extends TwistyObject
     }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
-// only needed for solvers - there are no Ivy solvers ATM)
+// only needed for solvers - there are no Minx solvers ATM)
 
   public String retObjectString()
     {
