From 90d291dce70e754f0399ccb0c5a3dae9fd1ece3a Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Mon, 2 May 2022 13:31:41 +0200 Subject: DOCS/input: fix typo "NANME" -> "NAME" --- DOCS/man/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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. -- cgit v1.2.3