From 20524b26a638983d2d6dea80b6ea772cbecd944c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 9 Jan 2016 08:46:29 -0500 Subject: video: Fix typo in set-gl-attribute! * sdl2/video.scm (set-gl-attribute!): s/contet-minor-version/context-minor-version/ --- sdl2/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3