Fixed word in standards conformance.

This commit is contained in:
Camilla Berglund 2014-12-11 13:54:03 +01:00
parent 0c44a6be7f
commit ce0e74f6a9

View File

@ -76,7 +76,7 @@ GLFW uses the XRandR 1.3 and Xf86vidmode extensions to provide gamma ramp
support. If the running X server does not support either or both of these support. If the running X server does not support either or both of these
extensions, gamma ramp support will not function. extensions, gamma ramp support will not function.
GLFW requires the Xkb extension with detectable auto-repeat to provide keyboard GLFW uses the Xkb extension and detectable auto-repeat to provide keyboard
input. If the running X server does not support this extension, a non-Xkb input. If the running X server does not support this extension, a non-Xkb
fallback path is used. fallback path is used.