From 43179a4bc1c93f113fc41847823bf857b7fe721d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 4 Jan 2018 15:33:17 +0100 Subject: [PATCH] Fixed typo --- glm/gtx/matrix_interpolation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/matrix_interpolation.hpp b/glm/gtx/matrix_interpolation.hpp index 69473d35..89c4596c 100644 --- a/glm/gtx/matrix_interpolation.hpp +++ b/glm/gtx/matrix_interpolation.hpp @@ -9,7 +9,7 @@ /// /// Include to use the features of this extension. /// -/// Allows to directly interpolate two exiciting matrices. +/// Allows to directly interpolate two matrices. #pragma once