diff options
author | Nicolas Kaiser <[email protected]> | 2011-04-10 09:58:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-10 09:58:53 -0600 |
commit | ae5776c41f12515bb73c07ee2a0aed56cdd1a1ef (patch) | |
tree | 01a61931487b8612b332b6d35275c259de250a02 /docs/MESA_resize_buffers.spec | |
parent | 74559abbef5e5bcd3dbe1b8bbb8a39391a8a8671 (diff) |
docs: fix typos in Mesa specs
Signed-off-by: Nicolas Kaiser <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/MESA_resize_buffers.spec')
-rw-r--r-- | docs/MESA_resize_buffers.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MESA_resize_buffers.spec b/docs/MESA_resize_buffers.spec index 533d017c9a9..dabc7c421da 100644 --- a/docs/MESA_resize_buffers.spec +++ b/docs/MESA_resize_buffers.spec @@ -35,7 +35,7 @@ Overview Mesa's glViewport command queries the current window size and updates its internal data structors accordingly. This normally works fine - since most applications call glViewport in responce to window size + since most applications call glViewport in response to window size changes. In some situations, however, the application may not call glViewport @@ -65,7 +65,7 @@ Additions to the AGL/GLX/WGL Specifications Errors - INVALID_OPERATION is generated if ResizeBuffersMESA is called betweeen + INVALID_OPERATION is generated if glResizeBuffersMESA is called between Begin and End. New State |