summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-21 19:32:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-21 19:32:19 +0000
commit529028ff5d3becc520c28a8c6c6d2902086db468 (patch)
treecf5eeae08681a8b6b91be0f108550ee7bd52c2e4 /libvo
parentd348015a58a7cb64cb7efc31897869a8551a61d0 (diff)
downloadmpv-529028ff5d3becc520c28a8c6c6d2902086db468.tar.bz2
mpv-529028ff5d3becc520c28a8c6c6d2902086db468.tar.xz
cosmetics: typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27975 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index ea6420f027..9062f6898d 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -517,7 +517,7 @@ void vo_w32_ontop( void )
* \brief Uninitialize w32_common framework.
*
* Should be called last in video driver's uninit function. First release
- * anything build ontop of the created window e.g. rendering context inside
+ * anything built on top of the created window e.g. rendering context inside
* and call vo_w32_uninit at the end.
*/
void vo_w32_uninit(void) {