summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2022-05-02 13:31:41 +0200
committerDudemanguy <random342@airmail.cc>2022-05-02 13:24:07 +0000
commit90d291dce70e754f0399ccb0c5a3dae9fd1ece3a (patch)
treeed5f8d388615c00cffc38d571ca1e1c98dafbe30 /DOCS
parentebaf6a6cfa24a78d9041389974568b9db7df6a71 (diff)
downloadmpv-90d291dce70e754f0399ccb0c5a3dae9fd1ece3a.tar.bz2
mpv-90d291dce70e754f0399ccb0c5a3dae9fd1ece3a.tar.xz
DOCS/input: fix typo "NANME" -> "NAME"
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index dda30c3192..0c7288294e 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -581,7 +581,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
instead. (Unlike the underlying OS mechanisms, the mpv command cannot
start a process with empty environment. Fortunately, that is completely
useless.) The format of the list is as in the ``execle()`` syscall. Each
- string item defines an environment variable as in ``NANME=VALUE``.
+ string item defines an environment variable as in ``NAME=VALUE``.
On Lua, you may use ``utils.get_env_list()`` to retrieve the current
environment if you e.g. simply want to add a new variable.