summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-09-09 12:54:11 +0200
committerLeo Izen <leo.izen@gmail.com>2023-09-09 09:09:52 -0400
commitbe9222315753acca6c00f9f8f4c3b7794dc53c5d (patch)
tree0ca2f69605c851d1fc86bf668236f7dc1e287188 /DOCS/man/lua.rst
parentfe875083b3d30b06ef77745f40570e8f63afec2b (diff)
downloadmpv-be9222315753acca6c00f9f8f4c3b7794dc53c5d.tar.bz2
mpv-be9222315753acca6c00f9f8f4c3b7794dc53c5d.tar.xz
DOCS/lua.rst: fix typo
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 3a367860fd..005ca631f3 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -62,8 +62,8 @@ that uses the ``.foo`` file extension.
mpv also appends the top level directory of the script to the start of Lua's
package path so you can import scripts from there too. Be aware that this will
shadow Lua libraries that use the same package path. (Single file scripts do not
-include mpv specific directory the Lua package path. This was silently changed
-in mpv 0.32.0.)
+include mpv specific directories in the Lua package path. This was silently
+changed in mpv 0.32.0.)
Using a script directory is the recommended way to package a script that
consists of multiple source files, or requires other files (you can use