[Scummvm-git-logs] scummvm master -> ee2aa6160cdd393f15253ee564252f486d4f03bd
bluegr
bluegr at gmail.com
Thu Oct 24 19:33:51 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ee2aa6160c SDL: Fix typo in comment
Commit: ee2aa6160cdd393f15253ee564252f486d4f03bd
https://github.com/scummvm/scummvm/commit/ee2aa6160cdd393f15253ee564252f486d4f03bd
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2019-10-24T20:33:48+03:00
Commit Message:
SDL: Fix typo in comment
Changed paths:
backends/platform/sdl/sdl.cpp
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 2badbb8..b3436db 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());
More information about the Scummvm-git-logs
mailing list