summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorPedro Pombeiro <PombeirP@users.noreply.github.com>2017-02-15 10:35:09 +0100
committerwm4 <wm4@nowhere>2017-02-15 10:41:26 +0100
commitea297c53c709245e55f236177863d06789574a55 (patch)
treec401433867cf0076ef92f6fb9cf05948f1b013ad /DOCS
parent05f63edc7bcede1c0e1b8580b3f973d09e774a08 (diff)
downloadmpv-ea297c53c709245e55f236177863d06789574a55.tar.bz2
mpv-ea297c53c709245e55f236177863d06789574a55.tar.xz
DOCS/waf-buildsystem.rst: fix typo
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/waf-buildsystem.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index adb1bc2f3c..6222c5d078 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -146,7 +146,7 @@ mpv's custom build step on top of waf
Build step is pretty much vanilla waf. The only difference being that the list
of source files can contain both strings or tuples. If a tuple is found,
-the second element in the tuple will the used to match the features detected
+the second element in the tuple will be used to match the features detected
in the configure step (the ``name`` field described above). If this feature
was not enabled during configure, the source file will not be compiled in.