瀏覽代碼

fix a typo.

KUANG Fangjun 8 年之前
父節點
當前提交
538b6b6d57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      glm/glm.hpp

+ 1 - 1
glm/glm.hpp

@@ -45,7 +45,7 @@
 /// @brief The generic template types used as the basis for the core types. 
 ///
 /// These types are all templates used to define the actual @ref core_types.
-/// These templetes are implementation details of GLM types and should not be used explicitly.
+/// These templates are implementation details of GLM types and should not be used explicitly.
 ///
 /// @ingroup core
 ///