diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index d4a54ba4..fd110011 100644 --- a/glm/core/setup.hpp +++ b/glm/core/setup.hpp @@ -718,7 +718,7 @@ #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_SWIZZLE_DISPLAYED)) # define GLM_MESSAGE_SWIZZLE_DISPLAYED -# if defined(GLM_SWIZZL) +# if defined(GLM_SWIZZLE) # pragma message("GLM: Swizzling operators enabled") # else # pragma message("GLM: Swizzling operators disabled")