summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-07-07 03:27:54 +0200
committerDudemanguy <random342@airmail.cc>2021-07-08 13:22:38 +0000
commitf049acfd43990828ad72e684a4fce7b74c8aa62d (patch)
treeaac59644190d8019939e62d82ff74cff3a567be2
parent4d3df1c842532e3a48578ab6daef39076289c8ef (diff)
downloadmpv-f049acfd43990828ad72e684a4fce7b74c8aa62d.tar.bz2
mpv-f049acfd43990828ad72e684a4fce7b74c8aa62d.tar.xz
manpage: fix typo
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 6aacdb7304..66f7dbdace 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -3382,7 +3382,7 @@ You can access (almost) all options as properties, though there are some
caveats with some properties (due to historical reasons):
``vid``, ``aid``, ``sid``
- While playback is active, these result the actually active tracks. For
+ While playback is active, these return the actually active tracks. For
example, if you set ``aid=5``, and the currently played file contains no
audio track with ID 5, the ``aid`` property will return ``no``.