From 28006047816320d420a1767ae07467b17e29c830 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Tue, 28 May 2019 16:02:22 +0200 Subject: [PATCH 1/2] Fixed typo --- glm/ext/vector_double1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/ext/vector_double1.hpp b/glm/ext/vector_double1.hpp index ef12def4..38826677 100644 --- a/glm/ext/vector_double1.hpp +++ b/glm/ext/vector_double1.hpp @@ -16,7 +16,7 @@ #include "../detail/type_vec1.hpp" #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED) -# pragma message("GLM: GLM_EXT_vector_dvec1 extension included") +# pragma message("GLM: GLM_EXT_vector_double1 extension included") #endif namespace glm From 537bc3a1d1eafb4abd03ff776044651215e51c94 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Mon, 3 Jun 2019 14:35:04 +0200 Subject: [PATCH 2/2] Fixed typo Wrong title of GLM_GTC_round --- glm/gtc/round.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/round.hpp b/glm/gtc/round.hpp index fbbcdeb5..f1424c30 100644 --- a/glm/gtc/round.hpp +++ b/glm/gtc/round.hpp @@ -22,7 +22,7 @@ #include #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED) -# pragma message("GLM: GLM_GTC_integer extension included") +# pragma message("GLM: GLM_GTC_round extension included") #endif namespace glm