diff --git a/includes/glm/gtx/range.hpp b/includes/glm/gtx/range.hpp index 38c5713..0d8a482 100644 --- a/includes/glm/gtx/range.hpp +++ b/includes/glm/gtx/range.hpp @@ -20,7 +20,7 @@ #endif #if !GLM_HAS_RANGE_FOR -# error "GLM_GTX_range requires C++11 suppport or 'range for'" +# error "GLM_GTX_range requires C++11 support or 'range for'" #endif #include "../gtc/type_ptr.hpp"