From 8cb094734b9bbdc631aa23fce1e5dfdbbf7ac786 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 26 Jul 2014 00:55:32 -0400 Subject: [PATCH] Typo. --- src/SDL12_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c index 8c00dba39..3483d29b9 100644 --- a/src/SDL12_compat.c +++ b/src/SDL12_compat.c @@ -645,7 +645,7 @@ SDL_InitSubSystem(Uint32 sdl12flags) DECLSPEC int SDLCALL SDL_Init(Uint32 sdl12flags) { - return SDL_InitSubSubsystem(sdl12flags); /* there's no difference betwee Init and InitSubSystem in SDL2. */ + return SDL_InitSubSystem(sdl12flags); /* there's no difference betwee Init and InitSubSystem in SDL2. */ }