diff options
author | Anna-Maria Meriniemi <The.Actual.AMM@gmail.com> | 2017-12-09 23:24:36 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2017-12-10 00:10:02 +0200 |
commit | 39bc954488c27e0de6168f827be2e9c68bbf1043 (patch) | |
tree | f4044847c221646a395990b3ae5f080185f97ea3 /DOCS/man | |
parent | f60bfd1ad5e61b41df5162770c8684cf993dfdad (diff) | |
download | mpv-39bc954488c27e0de6168f827be2e9c68bbf1043.tar.bz2 mpv-39bc954488c27e0de6168f827be2e9c68bbf1043.tar.xz |
manpage: Fix typo (reomve -> remove)
This commit fixes the "reomve" typo in the Javascript docs.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/javascript.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/javascript.rst b/DOCS/man/javascript.rst index b9353707f0..995899d07b 100644 --- a/DOCS/man/javascript.rst +++ b/DOCS/man/javascript.rst @@ -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 |