diff --git a/WesLibrary/src/main/java/jme3utilities/wes/Pose.java b/WesLibrary/src/main/java/jme3utilities/wes/Pose.java index 386b33d..eebdf8b 100644 --- a/WesLibrary/src/main/java/jme3utilities/wes/Pose.java +++ b/WesLibrary/src/main/java/jme3utilities/wes/Pose.java @@ -1100,7 +1100,7 @@ private Quaternion localForModel( } /** - * Configure the specified Bone and its descendents by re-targeting the + * Configure the specified Bone and its descendants by re-targeting the * specified source pose. Note: recursive! * * @param bone the Bone to start with (not null, unaffected) @@ -1140,7 +1140,7 @@ private void retargetBones( } /** - * Configure the specified Armature and its descendents by re-targeting the + * Configure the specified Armature and its descendants by re-targeting the * specified source pose. Note: recursive! * * @param joint the Joint to start with (not null, unaffected)