Browse Source

Fix wrong spelling in javadoc

MeFisto94 6 years ago
parent
commit
e6470b980a

+ 1 - 1
jme3-materialeditor/src/com/jme3/gde/materials/multiview/widgets/TexturePanel.java

@@ -24,7 +24,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.logging.Logger;
 
 
 /**
 /**
- * The TexturePanel is a col in the material editor representing a special texture
+ * The TexturePanel is a row in the material editor representing a special texture
  * @author normenhansen
  * @author normenhansen
  */
  */
 public class TexturePanel extends MaterialPropertyWidget {
 public class TexturePanel extends MaterialPropertyWidget {