From 538b6b6d575947551f7f58522a2b69d9dcbeb46e Mon Sep 17 00:00:00 2001 From: KUANG Fangjun Date: Mon, 6 Nov 2017 15:13:04 +0100 Subject: [PATCH] fix a typo. --- glm/glm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///