summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-24 14:35:04 +0100
committerwm4 <wm4@nowhere>2014-12-24 14:35:04 +0100
commit7593a1f63884db53b9d1c70c4fe0c2a2f8d9db63 (patch)
tree35ba80cf91987e8235015dedb87de7eb46c4b3b5
parent2b3b88b6eec460bb78c169e00992377d07fa236b (diff)
downloadmpv-7593a1f63884db53b9d1c70c4fe0c2a2f8d9db63.tar.bz2
mpv-7593a1f63884db53b9d1c70c4fe0c2a2f8d9db63.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 a14b647872..ccd0bbf6c6 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)