From d95b79f9eb50c14123d4476dbc8e7c089bdd92a6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 30 Mar 2015 23:20:49 +0200 Subject: [PATCH] Documentation grammar fix. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 0ba09939..818a4b12 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -531,7 +531,7 @@ extern "C" { * * @par * Some pre-installed Windows graphics drivers do not support OpenGL. AMD only - * supports OpenGL ES via EGL, while Nvidia and Intel only supports it via + * supports OpenGL ES via EGL, while Nvidia and Intel only support it via * a WGL or GLX extension. OS X does not provide OpenGL ES at all. The Mesa * EGL, OpenGL and OpenGL ES libraries do not interface with the Nvidia binary * driver.