summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
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