mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-05 08:13:23 +08:00
spelling: excluding
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -174,7 +174,7 @@ protected:
|
|||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
/** @brief Called as a request to write a specific info message
|
/** @brief Called as a request to write a specific info message
|
||||||
* @param message Info message. Never longer than
|
* @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
|
* @note The message string is only valid until the scope of
|
||||||
* the function is left.
|
* the function is left.
|
||||||
*/
|
*/
|
||||||
@@ -183,7 +183,7 @@ protected:
|
|||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
/** @brief Called as a request to write a specific warn message
|
/** @brief Called as a request to write a specific warn message
|
||||||
* @param message Warn message. Never longer than
|
* @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
|
* @note The message string is only valid until the scope of
|
||||||
* the function is left.
|
* the function is left.
|
||||||
*/
|
*/
|
||||||
@@ -192,7 +192,7 @@ protected:
|
|||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
/** @brief Called as a request to write a specific error message
|
/** @brief Called as a request to write a specific error message
|
||||||
* @param message Error message. Never longer than
|
* @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
|
* @note The message string is only valid until the scope of
|
||||||
* the function is left.
|
* the function is left.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user