diff options
-rw-r--r-- | sdl2/video.scm | 2 |
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) |