summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2018-11-15 13:17:47 +0100
committerXZS2018-11-15 13:17:47 +0100
commit5fc5eb7a5132abf19036e3046651f18b9dd5e458 (patch)
tree68fcc1b44792ffa71282fe01083a6732e47307cd
parent6eeba559ff492cae0df3f7f062f2418e8aef7026 (diff)
downloadaur-5fc5eb7a5132abf19036e3046651f18b9dd5e458.tar.gz
remove redundant word
-rw-r--r--building-waf.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/building-waf.md b/building-waf.md
index 3cbe1a0e22f7..da2f77059a69 100644
--- a/building-waf.md
+++ b/building-waf.md
@@ -1,6 +1,6 @@
# Building a custom waf binary
-Waf is primarily intended to be distributed with the project using it. The Arch Linux package makes waf usable directly, but also brings all files necessary to compose a custom binary for your project. To do so, create a temporary directory, link all the necessary resources together and build it.
+Waf is primarily intended to be distributed with the project using it. The Arch Linux package makes waf usable directly, but also brings all files necessary to compose a custom binary for your project. To do so, create a temporary directory, link all the resources together and build it.
cd $(mktemp -d)
ln -s /usr/share/waf/wscript .