diff --git a/engine/src/core/com/jme3/texture/Texture.java b/engine/src/core/com/jme3/texture/Texture.java index 5452262c6..f6bf17a0f 100644 --- a/engine/src/core/com/jme3/texture/Texture.java +++ b/engine/src/core/com/jme3/texture/Texture.java @@ -52,7 +52,7 @@ import java.util.logging.Logger; * magnificationFilter options, apply options and correction options. Default * values are as follows: minificationFilter - NearestNeighborNoMipMaps, * magnificationFilter - NearestNeighbor, wrap - EdgeClamp on S,T and R, apply - - * Modulate, enivoronment - None. + * Modulate, environment - None. * * @see com.jme3.texture.Image * @author Mark Powell @@ -538,7 +538,7 @@ public abstract class Texture implements Asset, Savable, Cloneable { // public abstract Texture createSimpleClone(); - /** Retreive a basic clone of this Texture (ie, clone everything but the + /** Retrieve a basic clone of this Texture (ie, clone everything but the * image data, which is shared) * * @return Texture