Win32: Fix typo in error description

Closes #2199
This commit is contained in:
Yoshinori Sano 2022-10-10 09:18:25 +09:00 committed by Camilla Löwy
parent 9b1f63bad9
commit 5c463a9070

View File

@ -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;
}