mirror of https://github.com/mpv-player/mpv
manpage: Fix typo (reomve -> remove)
This commit fixes the "reomve" typo in the Javascript docs.
This commit is contained in:
parent
f60bfd1ad5
commit
39bc954488
|
@ -222,7 +222,7 @@ Note: ``read_file`` and ``write_file`` throw on errors, allow text content only.
|
|||
|
||||
``exit()`` (global)
|
||||
Make the script exit at the end of the current event loop iteration.
|
||||
Note: please reomve added key bindings before calling ``exit()``.
|
||||
Note: please remove added key bindings before calling ``exit()``.
|
||||
|
||||
``mp.utils.compile_js(fname, content_str)``
|
||||
Compiles the JS code ``content_str`` as file name ``fname`` (without loading
|
||||
|
|
Loading…
Reference in New Issue