Fix typos

Closes #1402.
This commit is contained in:
Vallentin
2018-12-14 19:26:42 +01:00
committed by Camilla Löwy
parent 3531c320af
commit e29882523e
2 changed files with 3 additions and 3 deletions

View File

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