From c547f10ddb4f9a04a1e82abd3dd4940130095166 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:53 -0500 Subject: [PATCH] spelling: potentially Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/Exporter.hpp | 2 +- includes/assimp/cexport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/assimp/Exporter.hpp b/includes/assimp/Exporter.hpp index 079060f..2c169c7 100644 --- a/includes/assimp/Exporter.hpp +++ b/includes/assimp/Exporter.hpp @@ -212,7 +212,7 @@ public: * triangulate data so they would run the step even if it wasn't requested. * * If assimp detects that the input scene was directly taken from the importer side of - * the library (i.e. not copied using aiCopyScene and potetially modified afterwards), + * the library (i.e. not copied using aiCopyScene and potentially modified afterwards), * any postprocessing steps already applied to the scene will not be applied again, unless * they show non-idempotent behaviour (#aiProcess_MakeLeftHanded, #aiProcess_FlipUVs and * #aiProcess_FlipWindingOrder). diff --git a/includes/assimp/cexport.h b/includes/assimp/cexport.h index 1c688d8..6c43f81 100644 --- a/includes/assimp/cexport.h +++ b/includes/assimp/cexport.h @@ -149,7 +149,7 @@ ASSIMP_API void aiFreeScene(const C_STRUCT aiScene* pIn); * triangulate data so they would run the step anyway. * * If assimp detects that the input scene was directly taken from the importer side of -* the library (i.e. not copied using aiCopyScene and potetially modified afterwards), +* the library (i.e. not copied using aiCopyScene and potentially modified afterwards), * any postprocessing steps already applied to the scene will not be applied again, unless * they show non-idempotent behaviour (#aiProcess_MakeLeftHanded, #aiProcess_FlipUVs and * #aiProcess_FlipWindingOrder).