player: fix a typo in message output

This typo has been around for over a year. Oops.
This commit is contained in:
wm4 2014-12-24 14:35:04 +01:00
parent 2b3b88b6ee
commit 7593a1f638
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static const char av_desync_help_text[] =
" Download the file instead.\n"
"- Try to find out whether audio/video/subs are causing this by experimenting\n"
" with --no-video, --no-audio, or --no-sub.\n"
"- If you swiched audio or video tracks, try seeking to force synchronization.\n"
"- If you switched audio or video tracks, try seeking to force synchronization.\n"
"If none of this helps you, file a bug report.\n\n";
void update_fps(struct MPContext *mpctx)