From da2e4c850306aa0edfa734841b4cbe549f2e0985 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Dec 2018 08:14:08 +0530 Subject: [PATCH] ... --- glfw/osmesa_context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glfw/osmesa_context.c b/glfw/osmesa_context.c index a7de33f26..b4cc89efa 100644 --- a/glfw/osmesa_context.c +++ b/glfw/osmesa_context.c @@ -240,7 +240,7 @@ GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, if (ctxconfig->forward) { _glfwInputError(GLFW_VERSION_UNAVAILABLE, - "OSMesa: Foward-compatible contexts not supported"); + "OSMesa: Forward-compatible contexts not supported"); return GLFW_FALSE; } @@ -367,4 +367,3 @@ GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle) return window->context.osmesa.handle; } -