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).