summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna-Maria Meriniemi <The.Actual.AMM@gmail.com>2017-12-09 23:24:36 +0200
committerJan Ekström <jeebjp@gmail.com>2017-12-10 00:10:02 +0200
commit39bc954488c27e0de6168f827be2e9c68bbf1043 (patch)
treef4044847c221646a395990b3ae5f080185f97ea3
parentf60bfd1ad5e61b41df5162770c8684cf993dfdad (diff)
downloadmpv-39bc954488c27e0de6168f827be2e9c68bbf1043.tar.bz2
mpv-39bc954488c27e0de6168f827be2e9c68bbf1043.tar.xz
manpage: Fix typo (reomve -> remove)
This commit fixes the "reomve" typo in the Javascript docs.
-rw-r--r--DOCS/man/javascript.rst2
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