summaryrefslogtreecommitdiff
path: root/sdl2/video.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sdl2/video.scm')
-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)