manpage: fix typo

This commit is contained in:
wm4 2014-01-05 19:28:45 +01:00
parent 365cc79d94
commit 2da916f6df
1 changed files with 1 additions and 1 deletions

View File

@ -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.