Parcourir la source

Armature.java: correct a typo in the javadoc

Stephen Gold il y a 6 ans
Parent
commit
27bd16979c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/Armature.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/Armature.java

@@ -63,7 +63,7 @@ public class Armature implements JmeCloneable, Savable {
     }
     }
 
 
     /**
     /**
-     * Update all joints sin this Amature.
+     * Update all joints in this Armature.
      */
      */
     public void update() {
     public void update() {
         for (Joint rootJoint : rootJoints) {
         for (Joint rootJoint : rootJoints) {