# HG changeset patch # User diego # Date 1192105334 0 # Node ID 3b57dcfc80570af5f139f18c6ed0e8aeca1e4eff # Parent 4baa2dbe172c6c1c6c2622067dd6a5352824ac66 cosmetics: typo diff -r 4baa2dbe172c -r 3b57dcfc8057 libvo/vo_sdl.c --- a/libvo/vo_sdl.c Thu Oct 11 09:47:03 2007 +0000 +++ b/libvo/vo_sdl.c Thu Oct 11 12:22:14 2007 +0000 @@ -622,7 +622,7 @@ /* change to given fullscreen mode and hide the mouse cursor */ newsurface = SDL_SetVideoMode(priv->fullmodes[mode]->w - waspect, priv->fullmodes[mode]->h - haspect, priv->bpp, priv->sdlfullflags); - /* if we were successfull hide the mouse cursor and save the mode */ + /* if we were successful hide the mouse cursor and save the mode */ if (newsurface) { if (priv->surface) SDL_FreeSurface(priv->surface); @@ -749,7 +749,7 @@ - /* if creation of new surface was successfull, save it and hide mouse cursor */ + /* if creation of new surface was successful, save it and hide mouse cursor */ if(newsurface) { if (priv->surface) SDL_FreeSurface(priv->surface);