diff options
author | wm4 <wm4@nowhere> | 2015-06-28 13:23:16 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-06-28 13:23:16 +0200 |
commit | b2e1c91f4003c2965cd73aa9abae7994db7e4d64 (patch) | |
tree | fa4420f38488f0611342729744b7e38fec4551c4 /DOCS | |
parent | 26f52c5730bbe66229e05f11be8a94a539786318 (diff) |
DOCS: fix recent typos
Pointed out by a certain wiiaboo.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/interface-changes.rst | 2 | ||||
-rw-r--r-- | DOCS/man/input.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 3b64105dc9..5e6f2c7045 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -20,7 +20,7 @@ Interface changes :: --- mpv 0.10.0 will be released --- - - add ``track-list/N/foced`` property + - add ``track-list/N/forced`` property - add audio-params/channel-count and ``audio-params-out/channel-count props. - add af volume replaygain-fallback suboption - add video-params/stereo-in property diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 7f6cb1856c..ac9c94b9a7 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1579,7 +1579,7 @@ Property list ``yes`` if the track has the default flag set in the file, ``no`` otherwise. - ``track-list/N/foced`` + ``track-list/N/forced`` ``yes`` if the track has the forced flag set in the file, ``no`` otherwise. |