summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllis Berner <eberner@gmail.com>2015-08-21 18:00:46 -0700
committerwm4 <wm4@nowhere>2015-08-22 11:50:33 +0200
commit0e2024ef2b4a9926156e138f58ec7d6f4db88a74 (patch)
tree5a169527ed40b4ea7c43271fb73ff35c9e70c4e6
parent8565073f6825e8ea9b2b9b120f6995029a7db445 (diff)
downloadmpv-0e2024ef2b4a9926156e138f58ec7d6f4db88a74.tar.bz2
mpv-0e2024ef2b4a9926156e138f58ec7d6f4db88a74.tar.xz
docs: correct typo for 'ingore-chmap'
ingore-chmap -> ignore-chmap
-rw-r--r--DOCS/man/ao.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index b3984e4450..d2e8685132 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -55,7 +55,7 @@ Available audio output drivers are:
Allow output of non-interleaved formats (if the audio decoder uses
this format). Currently disabled by default, because some popular
ALSA plugins are utterly broken with non-interleaved formats.
- ``ingore-chmap``
+ ``ignore-chmap``
Don't read or set the channel map of the ALSA device - only request the
required number of channels, and then pass the audio as-is to it. This
option most likely should not be used. It can be useful for debugging,