summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-24 14:35:04 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2015-01-14 17:03:28 +0100
commit422502f5249c96f72817510e4067c7a4f2dee019 (patch)
treef0adf24531181a6ed60ae121f4cad8306bd592a4
parent34cbc9057c3d291c255d34fb71416882ce26c016 (diff)
downloadmpv-422502f5249c96f72817510e4067c7a4f2dee019.tar.bz2
mpv-422502f5249c96f72817510e4067c7a4f2dee019.tar.xz
player: fix a typo in message output
This typo has been around for over a year. Oops.
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index 506c7971a7..4f696512b1 100644
--- a/player/video.c
+++ b/player/video.c
@@ -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)