summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-30 20:36:09 +0100
committerwm4 <wm4@nowhere>2017-11-30 20:36:09 +0100
commitce3af51e58db85aab60abb0be2208554f2bdf328 (patch)
treed799678f5218b5a2c56e2c7d4bffbf7e02c3df36
parent60f5260f94aaf1233b8e9a5167f786de5dd53efc (diff)
downloadmpv-ce3af51e58db85aab60abb0be2208554f2bdf328.tar.bz2
mpv-ce3af51e58db85aab60abb0be2208554f2bdf328.tar.xz
DOCS/contribute.md: fix a typo
-rw-r--r--DOCS/contribute.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index f509a9a809..a11b2982a8 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -68,7 +68,7 @@ Sending patches
be documented in input.rst. All changes to the user interface (options,
properties, commands) must be documented with a small note in
interface-changes.rst (although documenting additions is optional, and
- obscure corner cases and potentially be skipped too). Changes to the libmpv
+ obscure corner cases can potentially be skipped too). Changes to the libmpv
API must be reflected in the libmpv's headers doxygen, and should be
documented in client-api-changes.rst.