Mercurial > mplayer.hg
changeset 6082:03a4d9bb2650
typo
author | alex |
---|---|
date | Mon, 13 May 2002 21:09:03 +0000 |
parents | 47d6a4b0f971 |
children | 6aa4fc282fc7 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Mon May 13 21:05:03 2002 +0000 +++ b/mplayer.c Mon May 13 21:09:03 2002 +0000 @@ -602,7 +602,7 @@ #endif if(vo_plugin_args && vo_plugin_args[0] && strcmp(vo_plugin_args[0],"help")==0){ - mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output pluggins:\n"); + mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output plugins:\n"); vf_list_plugins(); printf("\n"); exit(0);