From 33a70d8aea3400fc777e11fbd0174a6aa6f02b86 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:38 -0500 Subject: [PATCH] spelling: excluding Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/Logger.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/assimp/Logger.hpp b/includes/assimp/Logger.hpp index 82e1cf0..b29cd60 100644 --- a/includes/assimp/Logger.hpp +++ b/includes/assimp/Logger.hpp @@ -174,7 +174,7 @@ protected: // ---------------------------------------------------------------------- /** @brief Called as a request to write a specific info message * @param message Info message. Never longer than - * MAX_LOG_MESSAGE_LENGTH characters (ecxluding the '0'). + * MAX_LOG_MESSAGE_LENGTH characters (excluding the '0'). * @note The message string is only valid until the scope of * the function is left. */ @@ -183,7 +183,7 @@ protected: // ---------------------------------------------------------------------- /** @brief Called as a request to write a specific warn message * @param message Warn message. Never longer than - * MAX_LOG_MESSAGE_LENGTH characters (exluding the '0'). + * MAX_LOG_MESSAGE_LENGTH characters (excluding the '0'). * @note The message string is only valid until the scope of * the function is left. */ @@ -192,7 +192,7 @@ protected: // ---------------------------------------------------------------------- /** @brief Called as a request to write a specific error message * @param message Error message. Never longer than - * MAX_LOG_MESSAGE_LENGTH characters (exluding the '0'). + * MAX_LOG_MESSAGE_LENGTH characters (excluding the '0'). * @note The message string is only valid until the scope of * the function is left. */