mirror of
https://github.com/glfw/glfw.git
synced 2025-06-08 00:34:56 +00:00
Fix typo in error message
This commit is contained in:
parent
dd8a678a66
commit
de16820670
@ -384,7 +384,7 @@ static GLFWbool createHelperWindow(void)
|
||||
if (!_glfw.win32.helperWindowClass)
|
||||
{
|
||||
_glfwInputErrorWin32(GLFW_PLATFORM_ERROR,
|
||||
"WIn32: Failed to register helper window class");
|
||||
"Win32: Failed to register helper window class");
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user