Closes #1513.
This commit is contained in:
Luflosi 2019-06-08 00:06:22 +02:00
parent 3a5e99e59a
commit e463e85bba
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode)
GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
{
_glfwInputError(GLFW_PLATFORM_ERROR,
"Wayland: Gamma ramp access it not available");
"Wayland: Gamma ramp access is not available");
return GLFW_FALSE;
}