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