From ee2aa6160cdd393f15253ee564252f486d4f03bd Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Thu, 24 Oct 2019 18:54:36 +0200 Subject: SDL: Fix typo in comment --- backends/platform/sdl/sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index 2badbb858f..b3436dbef8 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -329,7 +329,7 @@ void OSystem_SDL::initSDL() { if (ConfMan.hasKey("disable_sdl_parachute")) sdlFlags |= SDL_INIT_NOPARACHUTE; - // Initialize SDL (SDL Subsystems are initiliazed in the corresponding sdl managers) + // Initialize SDL (SDL Subsystems are initialized in the corresponding sdl managers) if (SDL_Init(sdlFlags) == -1) error("Could not initialize SDL: %s", SDL_GetError()); -- cgit v1.2.3