From 336d5590d8bf014e32892f499a4b9aa51cbd8a4e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:33 -0500 Subject: [PATCH] spelling: corresponding Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/anim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/assimp/anim.h b/includes/assimp/anim.h index af59417..0e4e58c 100644 --- a/includes/assimp/anim.h +++ b/includes/assimp/anim.h @@ -144,7 +144,7 @@ struct aiMeshKey double mTime; /** Index into the aiMesh::mAnimMeshes array of the - * mesh coresponding to the #aiMeshAnim hosting this + * mesh corresponding to the #aiMeshAnim hosting this * key frame. The referenced anim mesh is evaluated * according to the rules defined in the docs for #aiAnimMesh.*/ unsigned int mValue;