From 0b418467005c0caa0d2e698e3ca375f92f301d70 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 20 Dec 2012 11:16:12 +0100 Subject: [PATCH] Fixed speeling --- glm/gtx/norm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/norm.hpp b/glm/gtx/norm.hpp index 568a147d..311692c7 100644 --- a/glm/gtx/norm.hpp +++ b/glm/gtx/norm.hpp @@ -31,7 +31,7 @@ /// @defgroup gtx_norm GLM_GTX_norm /// @ingroup gtx /// -/// @brief Various way to compute vector norms. +/// @brief Various ways to compute vector norms. /// /// need to be included to use these functionalities. ///////////////////////////////////////////////////////////////////////////////////