From 0476be3e74b3afadbb4810e2203f7cc3e1f37885 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Tue, 9 Feb 2016 12:40:06 +0100 Subject: [PATCH] fixed a typo --- glm/gtc/quaternion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index daf9cc19..2fd6135e 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -279,7 +279,7 @@ namespace glm template GLM_FUNC_DECL tquat rotate(tquat const & q, T const & angle, tvec3 const & axis); - /// Returns euler angles, yitch as x, yaw as y, roll as z. + /// Returns euler angles, pitch as x, yaw as y, roll as z. /// The result is expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise. /// /// @see gtc_quaternion