Browse Source

fixed a typo

Ali-RS 9 năm trước cách đây
mục cha
commit
bdd15b7f3e

+ 1 - 1
jme3-core/src/main/java/com/jme3/util/clone/JmeCloneable.java

@@ -49,7 +49,7 @@ package com.jme3.util.clone;
  *
  *
  *  <p>Cloning of a JmeCloneable object is done in two parts.  First,
  *  <p>Cloning of a JmeCloneable object is done in two parts.  First,
  *  the standard Java clone() method is called to create a shallow clone
  *  the standard Java clone() method is called to create a shallow clone
- *  of the object.  Second, the cloner wil lcall the cloneFields() method
+ *  of the object.  Second, the cloner will call the cloneFields() method
  *  to let the object deep clone any of its fields that should be cloned.</p>
  *  to let the object deep clone any of its fields that should be cloned.</p>
  *
  *
  *  <p>This two part process is necessary to facilitate circular references.
  *  <p>This two part process is necessary to facilitate circular references.