diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 6b991fd05..6430b981c 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -204,7 +204,7 @@ TFB_ProcessEvents () ProcessInputEvent (&Event); /* Handle Graphics events. */ switch (Event.type) { - case SDL_ACTIVEEVENT: /* Loose/gain visibility */ + case SDL_ACTIVEEVENT: /* Lose/gain visibility */ // TODO break; case SDL_QUIT: