Mercurial > mplayer.hg
changeset 11695:d20be105e8f0
fix typo
author | nexus |
---|---|
date | Sun, 28 Dec 2003 00:43:21 +0000 |
parents | 3e4a090f3a39 |
children | 85f1f61200ab |
files | vobsub.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vobsub.c Sun Dec 28 00:10:27 2003 +0000 +++ b/vobsub.c Sun Dec 28 00:43:21 2003 +0000 @@ -1224,7 +1224,7 @@ } lang+=2;while (lang[0]==',' || lang[0]==' ') ++lang; } - mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB languge found!\n"); + mp_msg(MSGT_VOBSUB, MSGL_WARN, "No matching VOBSUB language found!\n"); return -1; }