From 43c71b532ebab755b3683ac8c8b5ee0cfccbea68 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:35:08 -0500 Subject: [PATCH] spelling: variable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- cmake/modules/FindGLM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindGLM.cmake b/cmake/modules/FindGLM.cmake index a499f14..0490dd0 100644 --- a/cmake/modules/FindGLM.cmake +++ b/cmake/modules/FindGLM.cmake @@ -12,7 +12,7 @@ # /include/glm/glm.hpp # This variable can either be a cmake or environment # variable. Note however that changing the value -# of the environment varible will NOT result in +# of the environment variable will NOT result in # re-running the header search and therefore NOT # adjust the variables set by this module. #=============================================================================