spelling: message

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:40 -05:00
parent 1477f783d0
commit 94d39b392f

View File

@@ -187,7 +187,7 @@ protected:
* @note The message string is only valid until the scope of * @note The message string is only valid until the scope of
* the function is left. * the function is left.
*/ */
virtual void OnWarn(const char* essage) = 0; virtual void OnWarn(const char* message) = 0;
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
/** @brief Called as a request to write a specific error message /** @brief Called as a request to write a specific error message