diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-02 15:39:08 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-02 15:39:08 +0000 |
commit | 19199c79aebf64ab345d5ee11400d6af67971799 (patch) | |
tree | 3c76bcbef0a428f16271d980e9ad2ed30fdd0573 /stream | |
parent | 3e398a6a2e2b5b8203cf1ee9bf17059906f662fb (diff) | |
download | mpv-19199c79aebf64ab345d5ee11400d6af67971799.tar.bz2 mpv-19199c79aebf64ab345d5ee11400d6af67971799.tar.xz |
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29470 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tvi_vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c index 58d830e1d2..2be0d99d07 100644 --- a/stream/tvi_vbi.c +++ b/stream/tvi_vbi.c @@ -880,7 +880,7 @@ static void prepare_visible_page(priv_vbi_t* priv){ * \param pt page to render * \param f opened file descriptor * \param pagenum which page to render - * \param colored use colors not implementede yet) + * \param colored use colors not implemented yet) * * Text will be UTF8 encoded */ |