From 215189b35ce4ceeef322bc87edaf3adac82d05db Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 7 Jul 2013 16:15:21 +0200 Subject: [PATCH] Corrected name of constant in header file comment. --- include/SDL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL.h b/include/SDL.h index aecc9874a..f2d760c2e 100644 --- a/include/SDL.h +++ b/include/SDL.h @@ -109,7 +109,7 @@ extern "C" { #define SDL_INIT_VIDEO 0x00000020 /**< SDL_INIT_VIDEO implies SDL_INIT_EVENTS */ #define SDL_INIT_JOYSTICK 0x00000200 /**< SDL_INIT_JOYSTICK implies SDL_INIT_EVENTS */ #define SDL_INIT_HAPTIC 0x00001000 -#define SDL_INIT_GAMECONTROLLER 0x00002000 /**< SDL_INIT_GAMECONTROLLE implies SDL_INIT_JOYSTICK */ +#define SDL_INIT_GAMECONTROLLER 0x00002000 /**< SDL_INIT_GAMECONTROLLER implies SDL_INIT_JOYSTICK */ #define SDL_INIT_EVENTS 0x00004000 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */ #define SDL_INIT_EVERYTHING ( \