浏览代码

Fix typo.

Kim Kulling 4 年之前
父节点
当前提交
8d7e5db98c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/assimp/Logger.hpp

+ 3 - 3
include/assimp/Logger.hpp

@@ -73,9 +73,9 @@ public:
      *  @brief  Log severity to describe the granularity of logging.
      *  @brief  Log severity to describe the granularity of logging.
      */
      */
     enum LogSeverity {
     enum LogSeverity {
-        NORMAL,     //!< Normal granularity of logging
-        DEBUGING,      //!< Debug messages will be logged, but not verbose debug messages.
-        VERBOSE     //!< All messages will be logged
+        NORMAL,     ///< Normal granularity of logging
+        DEBUGGING,  ///< Debug messages will be logged, but not verbose debug messages.
+        VERBOSE     ///< All messages will be logged
     };
     };
 
 
     // ----------------------------------------------------------------------
     // ----------------------------------------------------------------------