From 27bd16979c171adb41a6ded7527307237bc76c63 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 29 Mar 2019 18:32:31 -0700 Subject: [PATCH] Armature.java: correct a typo in the javadoc --- jme3-core/src/main/java/com/jme3/anim/Armature.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/anim/Armature.java b/jme3-core/src/main/java/com/jme3/anim/Armature.java index ef73b8c26..361603b9d 100644 --- a/jme3-core/src/main/java/com/jme3/anim/Armature.java +++ b/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() { for (Joint rootJoint : rootJoints) {