From cd31697dd8bca3a1e7aa06a7ac3fc8b6db56a2ad Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 5 Jan 2014 19:28:45 +0100 Subject: manpage: fix typo --- DOCS/man/en/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3