summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-17 20:23:48 +0100
committerwm4 <wm4@nowhere>2014-02-17 20:30:44 +0100
commitceca513e9db832fdc51063763eb36acbb41a6e65 (patch)
tree510fe1fe7ce50132a1126c5d8813f53cc47a5f5d /DOCS/man
parent0f973cc8c644862b7a3f68da27016c9a2e952f07 (diff)
downloadmpv-ceca513e9db832fdc51063763eb36acbb41a6e65.tar.bz2
mpv-ceca513e9db832fdc51063763eb36acbb41a6e65.tar.xz
manpage: lua: fix typo
Diffstat (limited to 'DOCS/man')
-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 25f1a81f96..f998e3e6b3 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -120,7 +120,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
x script_message lua/fooscript something "hello" "you"
- This will print the lines ``arg1=hello`` and ``arg2=something`` when the
+ This will print the lines ``arg1=hello`` and ``arg2=you`` when the
key ``x`` is pressed.
Also see ``mp.add_key_binding`` how to add key bindings by default.