From 09a400f0755492e7c29b666931ab4175e8736c6c Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Sun, 25 May 2025 21:42:53 -0400 Subject: [PATCH] rename something --- include/gryphn/utils/gryphn_glfw_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gryphn/utils/gryphn_glfw_util.h b/include/gryphn/utils/gryphn_glfw_util.h index ebd89a6..3f99748 100644 --- a/include/gryphn/utils/gryphn_glfw_util.h +++ b/include/gryphn/utils/gryphn_glfw_util.h @@ -6,7 +6,7 @@ #error "Must include glfw before using this file" #endif #ifndef _glfw3_native_h_ -#error "Must include glfwnative before using this file" +#error "Must include glfw native before using this file" #endif #ifdef GN_PLATFORM_MACOS