summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-12 19:13:05 +0100
committerwm4 <wm4@nowhere>2020-02-12 19:13:05 +0100
commitffd89f5ff48d9b91b6d62129b2baec607aca441a (patch)
treef7046b07751ff6c41490160a4738ba7e7e062407
parentc3f93f5fdd33ada85e700bf8bad7d70f6739eed4 (diff)
downloadmpv-ffd89f5ff48d9b91b6d62129b2baec607aca441a.tar.bz2
mpv-ffd89f5ff48d9b91b6d62129b2baec607aca441a.tar.xz
manpage: fix typo on sub-end
Fixes: #7455
-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 488420cd10..04cd8883f7 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2227,7 +2227,7 @@ Property list
present null is returned instead.
``sub-end``
- Return the current subtitle start time (in seconds). If there's multiple
+ Return the current subtitle end time (in seconds). If there's multiple
current subtitles, return the last end time. If no current subtitle is
present, or if it's present but has unknown or incorrect duration, null
is returned instead.