diff --git a/glm/glm.hpp b/glm/glm.hpp index 5984e50d..2fb9fa29 100644 --- a/glm/glm.hpp +++ b/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 ///