summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-05 19:28:45 +0100
committerwm4 <wm4@nowhere>2014-01-05 19:28:45 +0100
commit2da916f6df71bc4a9cff3d3f8ca940a7b4ec5183 (patch)
tree10a7e71776b63d206e372012885c04d0cb5d43e3
parent365cc79d942f9ecd06a77bcf29652ba581e33785 (diff)
downloadmpv-2da916f6df71bc4a9cff3d3f8ca940a7b4ec5183.tar.bz2
mpv-2da916f6df71bc4a9cff3d3f8ca940a7b4ec5183.tar.xz
manpage: fix typo
-rw-r--r--DOCS/man/en/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index 25d456cb46..524245ffe2 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -3,7 +3,7 @@ LUA SCRIPTING
mpv can load Lua scripts. These scripts can be used to control mpv in a similar
way to slave mode. mpv provides the builtin module ``mp`` (can be loaded
-with ``require 'mpv'``), which provides functions to send commands to the
+with ``require 'mp'``), which provides functions to send commands to the
mpv core and to retrieve information about playback state, user settings,
file information, and so on.