Skip to content

Commit

Permalink
Pose: correct 2 misspellings in the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 19, 2024
1 parent fd85ea4 commit 7b42c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WesLibrary/src/main/java/jme3utilities/wes/Pose.java
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7b42c73

Please sign in to comment.