Mercurial > mplayer.hg
changeset 9096:a5eb26ca31d0
fix a typo
author | colin |
---|---|
date | Sun, 26 Jan 2003 12:02:38 +0000 |
parents | b4289ed59c30 |
children | 7eef114aecaf |
files | parser-mecmd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/parser-mecmd.c Sun Jan 26 11:15:00 2003 +0000 +++ b/parser-mecmd.c Sun Jan 26 12:02:38 2003 +0000 @@ -101,7 +101,7 @@ mp_opt = m_config_get_option(config,opt); if(!mp_opt) { tmp = M_OPT_UNKNOW; - mp_msg(MSGT_CFGPARSER, MSGL_ERR, "%s in not an MEncoder option\n",opt); + mp_msg(MSGT_CFGPARSER, MSGL_ERR, "%s is not an MEncoder option\n",opt); goto err_out; } // Hack for the -vcd ... options