diff --git a/includes/assimp/cexport.h b/includes/assimp/cexport.h index 71cb1f8..1c688d8 100644 --- a/includes/assimp/cexport.h +++ b/includes/assimp/cexport.h @@ -107,7 +107,7 @@ ASSIMP_API void aiReleaseExportFormatDescription( const C_STRUCT aiExportFormatD * export them again. Since the scene returned by the various importer functions * is const, a modifiable copy is needed. * @param pIn Valid scene to be copied - * @param pOut Receives a modifyable copy of the scene. Use aiFreeScene() to + * @param pOut Receives a modifiable copy of the scene. Use aiFreeScene() to * delete it again. */ ASSIMP_API void aiCopyScene(const C_STRUCT aiScene* pIn,