summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorbugdone <bugdone@gmail.com>2016-09-10 13:34:11 +0300
committerwm4 <wm4@nowhere>2016-09-10 13:15:44 +0200
commitfdc5388f8cd938e5001cbfbaef63ca359ff67be8 (patch)
tree76173341c2142fc5d61add02d73b769d80045719 /DOCS/man/options.rst
parent76818e3dc7ed8d79a031028fe5bf8d3a9b63cdca (diff)
downloadmpv-fdc5388f8cd938e5001cbfbaef63ca359ff67be8.tar.bz2
mpv-fdc5388f8cd938e5001cbfbaef63ca359ff67be8.tar.xz
man: fix typo
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 8503d9662f..dcdd73dcde 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -58,7 +58,7 @@ Track Selection
``--vid=no`` or ``--video=no`` or ``--no-video`` disables video playback.
(The latter variant does not work with the client API.)
- If vudeo is disabled, mpv will try to download the audio only if media is
+ If video is disabled, mpv will try to download the audio only if media is
streamed with youtube-dl, because it saves bandwidth. This is done by
setting the ytdl_format to "bestaudio/best" in the ytdl_hook.lua script.