diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-11 12:22:14 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-11 12:22:14 +0000 |
commit | f28e5871edf94bd65bb39cad28b5fc4654441a40 (patch) | |
tree | fbc4a76b65f65b87e971f253c1fd89eb29d519e1 /libvo/vo_sdl.c | |
parent | 1c6f85026a8efc8e5402379520a5e45ef4de136a (diff) | |
download | mpv-f28e5871edf94bd65bb39cad28b5fc4654441a40.tar.bz2 mpv-f28e5871edf94bd65bb39cad28b5fc4654441a40.tar.xz |
cosmetics: typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24764 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r-- | libvo/vo_sdl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index e3de2de12f..b6b8560ad4 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -622,7 +622,7 @@ static void set_fullmode (int mode) /* 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 @@ static void set_fullmode (int mode) { - /* 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); |