summaryrefslogtreecommitdiffstats
path: root/DOCS/waf-buildsystem.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/waf-buildsystem.rst')
-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.