summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/lua.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index ab5a70ef57..144b1f8a59 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -411,8 +411,8 @@ with ``require 'mp.msg'``.
All of these are shortcuts and equivalent to the corresponding
``msg.log(level, ...)`` call.
-mp.option
----------
+mp.options
+----------
mpv comes with a built-in module to manage options from config-files and the
command-line. All you have to do is to supply a table with default options to