From 2974edd9d3d4a249399c74b3d9bffd82f789a632 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:57 -0500 Subject: [PATCH] spelling: reclaim Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/Exporter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/assimp/Exporter.hpp b/includes/assimp/Exporter.hpp index 2c169c7..a85ed52 100644 --- a/includes/assimp/Exporter.hpp +++ b/includes/assimp/Exporter.hpp @@ -254,7 +254,7 @@ public: * The function does nothing if no blob has previously been * previously produced via #ExportToBlob. #FreeBlob is called * automatically by the destructor. The only reason to call - * it manually would be to reclain as much storage as possible + * it manually would be to reclaim as much storage as possible * without giving up the #Exporter instance yet. */ void FreeBlob( );