summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorrrooij <rderooij685@gmail.com>2015-06-17 19:37:25 +0200
committerwm4 <wm4@nowhere>2015-06-17 20:13:34 +0200
commita87b18aa5a9126abf98c989625dd45a8623c6f17 (patch)
tree46b2ea70c177d6fe104530dbbe6eea2e44a7fa2e /DOCS/man/lua.rst
parentf53135ffea60ff45b05a65035bafc21f1aab46ee (diff)
downloadmpv-a87b18aa5a9126abf98c989625dd45a8623c6f17.tar.bz2
mpv-a87b18aa5a9126abf98c989625dd45a8623c6f17.tar.xz
DOCS/manpage: fix typos
Fix some errors in the man pages by spell checking them. Most of them were typos. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 64775d0d74..c52e95c388 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -99,7 +99,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
functions.
Unlike ``mp.command``, this will not use OSD by default either (except
- for some OSd-specific commands).
+ for some OSD-specific commands).
``mp.command_native(table [,def])``
Similar to ``mp.commandv``, but pass the argument list as table. This has