Skip to content

Commit

Permalink
DOCS/input: fix typo "NANME" -> "NAME"
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele6 authored and Dudemanguy committed May 2, 2022
1 parent ebaf6a6 commit 90d291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS/man/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90d291d

Please sign in to comment.