diff --git a/DOCS/man/libmpv.rst b/DOCS/man/libmpv.rst index 3dbffcab4f915..fb87b20cf14e9 100644 --- a/DOCS/man/libmpv.rst +++ b/DOCS/man/libmpv.rst @@ -22,7 +22,7 @@ You can write C plugins for mpv. These use the libmpv API, although they do not use the libmpv library itself. They are enabled by default if compiler supports linking with the ``-rdynamic`` -flag on Linux/BSD platforms. On Windows the are always enabled. +flag on Linux/BSD platforms. On Windows they are always enabled. C plugins location ------------------