summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author25792431 <108327485+25792431@users.noreply.github.com>2022-09-03 02:55:23 -0400
committerLeo Izen <leo.izen@gmail.com>2022-09-03 12:54:48 -0400
commitd433c5d655b79c957dde329b7fa6f58e7f16021d (patch)
treed0013047019f728118226149a90fa6f2ab9f318f
parent7a7042a4d1a546d00886d67812f2b13cb7cdb286 (diff)
downloadmpv-d433c5d655b79c957dde329b7fa6f58e7f16021d.tar.bz2
mpv-d433c5d655b79c957dde329b7fa6f58e7f16021d.tar.xz
DOCS/libmpv: fix typo in linkage section
-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 53f3707206..2b8020ae94 100644
--- a/DOCS/man/libmpv.rst
+++ b/DOCS/man/libmpv.rst
@@ -64,7 +64,7 @@ Linkage to libmpv
-----------------
The current implementation requires that your plugins are **not** linked against
-libmpv. What your plugins uses are not symbols from a libmpv binary, but
+libmpv. What your plugins use are not symbols from a libmpv binary, but
symbols from the mpv host binary.
Examples