summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-26 22:32:46 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-26 22:32:46 +0100
commite969f8254110018e2883b9a93b31e3ad29878430 (patch)
tree2fa5b782874050921bf32139f92b7511dca057a7 /docs
parent689082581446b3a4afce81b433ce7bda89707fd9 (diff)
docs/manual: fix typo on Buildroot in adding-packages-waf.txt
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-waf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt
index 43b557c070..12e122fb87 100644
--- a/docs/manual/adding-packages-waf.txt
+++ b/docs/manual/adding-packages-waf.txt
@@ -63,7 +63,7 @@ also be defined.
* +LIBFOO_NEEDS_EXTERNAL_WAF+ can be set to +YES+ or +NO+ to tell
Buildroot to use the bundled +waf+ executable. If set to +NO+, the
default, then Buildroot will use the waf executable provided in the
- package source tree; if set to +YES+, then Buidlroot will download,
+ package source tree; if set to +YES+, then Buildroot will download,
install waf as a host tool and use it to build the package.
* +LIBFOO_WAF_OPTS+, to specify additional options to pass to the