summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2015-12-19 09:26:27 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2015-12-19 09:26:41 +0100
commitfc9eef3b814ab0cb8134fdb8f249b48e490a9d4e (patch)
treedcef51e8945f339c145824ff0a0130d97ced8fbf /DOCS/man/lua.rst
parent58d45f7b3e7c288a8c4ddb9ef2d7eb1da71e916b (diff)
downloadmpv-fc9eef3b814ab0cb8134fdb8f249b48e490a9d4e.tar.bz2
mpv-fc9eef3b814ab0cb8134fdb8f249b48e490a9d4e.tar.xz
man: fix grammar issues
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index d51a6d95c5..c89cfc622e 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -389,7 +389,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
``mp.get_script_name()``
Return the name of the current script. The name is usually made of the
filename of the script, with directory and file extension removed. If
- there are several script which would have the same name, it's made unique
+ there are several scripts which would have the same name, it's made unique
by appending a number.
.. admonition:: Example