summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-05 19:28:45 +0100
committerwm4 <wm4@nowhere>2014-01-06 20:22:57 +0100
commitcd31697dd8bca3a1e7aa06a7ac3fc8b6db56a2ad (patch)
tree3b0fdf6939975582ef38539f91d87cc23699a590
parentc497b82583fea5350c0e306aee033742dfbee384 (diff)
downloadmpv-cd31697dd8bca3a1e7aa06a7ac3fc8b6db56a2ad.tar.bz2
mpv-cd31697dd8bca3a1e7aa06a7ac3fc8b6db56a2ad.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.