From 6f61dd90216984e09898194943903f512e8d3ec4 Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Wed, 14 Dec 2016 16:20:14 +0100 Subject: [PATCH] Update matrix_transform.hpp Typo --- glm/gtc/matrix_transform.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/matrix_transform.hpp b/glm/gtc/matrix_transform.hpp index c97b89a6..03a2a678 100644 --- a/glm/gtc/matrix_transform.hpp +++ b/glm/gtc/matrix_transform.hpp @@ -78,7 +78,7 @@ namespace glm /// /// @param m Input matrix multiplied by this scale matrix. /// @param v Ratio of scaling for each axis. - /// @tparam T Value type used to build the matrix. Currently supported: half (not recommanded), float or double. + /// @tparam T Value type used to build the matrix. Currently supported: half (not recommended), float or double. /// @see gtc_matrix_transform /// @see - scale(tmat4x4 const & m, T x, T y, T z) /// @see - scale(tvec3 const & v)