From e463e85bbab1bd1c805f9a7d733ccd9caa5fa45f Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 8 Jun 2019 00:06:22 +0200 Subject: [PATCH] Fix typo Closes #1513. --- src/wl_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wl_monitor.c b/src/wl_monitor.c index 89cdd8ba..55f62015 100644 --- a/src/wl_monitor.c +++ b/src/wl_monitor.c @@ -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; }