summaryrefslogtreecommitdiff
path: root/sdl2
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-01-09 08:46:29 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-01-09 08:46:29 -0500
commit20524b26a638983d2d6dea80b6ea772cbecd944c (patch)
tree56e4bbae8d64d5a392df2460dd99951615baed92 /sdl2
parent33863df70267b72aaeb94e4b1c0165cb1ec94b74 (diff)
video: Fix typo in set-gl-attribute!
* sdl2/video.scm (set-gl-attribute!): s/contet-minor-version/context-minor-version/
Diffstat (limited to 'sdl2')
-rw-r--r--sdl2/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/video.scm b/sdl2/video.scm
index 8c65023..8340308 100644
--- a/sdl2/video.scm
+++ b/sdl2/video.scm
@@ -311,7 +311,7 @@ Possible values for ATTR are:
('multisample-samples ffi:SDL_GL_MULTISAMPLESAMPLES)
('retained-backing ffi:SDL_GL_RETAINED_BACKING)
('context-major-version ffi:SDL_GL_CONTEXT_MAJOR_VERSION)
- ('contet-minor-version ffi:SDL_GL_CONTEXT_MINOR_VERSION)
+ ('context-minor-version ffi:SDL_GL_CONTEXT_MINOR_VERSION)
('context-egl ffi:SDL_GL_CONTEXT_EGL)
('context-flags ffi:SDL_GL_CONTEXT_FLAGS)
('context-profile-mask ffi:SDL_GL_CONTEXT_PROFILE_MASK)