From 7b42c7322f8a04af833c5ac0df6b1f0a113951de Mon Sep 17 00:00:00 2001 From: stephengold Date: Mon, 18 Nov 2024 17:28:22 -0800 Subject: [PATCH] Pose: correct 2 misspellings in the javadoc --- WesLibrary/src/main/java/jme3utilities/wes/Pose.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)