summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-13 10:18:31 +0100
committerwm4 <wm4@nowhere>2017-01-13 10:18:31 +0100
commite4ae62da521b65bf23387ed47c042e689102f61f (patch)
tree08d8b37ffc8d8905e73126f4f5bd14f531414422
parent44e06b70d504d5a9073990851a353820370f3667 (diff)
downloadmpv-e4ae62da521b65bf23387ed47c042e689102f61f.tar.bz2
mpv-e4ae62da521b65bf23387ed47c042e689102f61f.tar.xz
manpage: fix a typo
-rw-r--r--DOCS/man/libmpv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/libmpv.rst b/DOCS/man/libmpv.rst
index a85b2ed569..6a9c2e52a5 100644
--- a/DOCS/man/libmpv.rst
+++ b/DOCS/man/libmpv.rst
@@ -21,7 +21,7 @@ C PLUGINS
You can write C plugins for mpv. These use the libmpv API, although they do not
use the libmpv library itself.
-Currently, they must be explicitlx enabled at build time with
+Currently, they must be explicitly enabled at build time with
``--enable-cplugins``. They are available on Linux/BSD platforms only.
C plugins location