From 132e5ce0f89c4466242975677ed9355273e9b3d0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:26:22 -0500 Subject: [PATCH] spelling: attached Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/assimp/mesh.h b/includes/assimp/mesh.h index c029ef5..b5eeb34 100644 --- a/includes/assimp/mesh.h +++ b/includes/assimp/mesh.h @@ -337,7 +337,7 @@ enum aiPrimitiveType * * You may think of an #aiAnimMesh as a `patch` for the host mesh, which * replaces only certain vertex data streams at a particular time. - * Each mesh stores n attached attached meshes (#aiMesh::mAnimMeshes). + * Each mesh stores n attached meshes (#aiMesh::mAnimMeshes). * The actual relationship between the time line and anim meshes is * established by #aiMeshAnim, which references singular mesh attachments * by their ID and binds them to a time offset.