From 5d18afcfe4cccca04a887d086fd935506f50a82e Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 22 Aug 2020 21:20:01 +0200 Subject: [PATCH] docs/manual: fix typo depednencies -> dependencies Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN (cherry picked from commit 531e96e98cc8cd6fb839349ea0f86c9d5706ec0f) Signed-off-by: Peter Korsgaard --- docs/manual/adding-packages-waf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt index ffc004c290..101cddf1f1 100644 --- a/docs/manual/adding-packages-waf.txt +++ b/docs/manual/adding-packages-waf.txt @@ -34,7 +34,7 @@ will automatically download the tarball from this location. On line 10, we tell Buildroot what options to enable for libfoo. -On line 11, we tell Buildroot the depednencies of libfoo. +On line 11, we tell Buildroot the dependencies of libfoo. Finally, on line line 13, we invoke the +waf-package+ macro that generates all the Makefile rules that actually allows the