docs/manual: fix typo
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 22 Aug 2020 19:20:01 +0000 (21:20 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 23 Aug 2020 13:12:46 +0000 (15:12 +0200)
depednencies -> dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
docs/manual/adding-packages-qmake.txt
docs/manual/adding-packages-waf.txt

index 8d2602390424d886ded06388e8793467bca30f7e..e1621e914ec7c5af89cc3ecc1acde71ed094afe9 100644 (file)
@@ -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 +qmake-package+
 macro that generates all the Makefile rules that actually allows the
index ffc004c290f334db5da966813d9395d14645fbcc..101cddf1f13566543501fd715e92dc063697a12d 100644 (file)
@@ -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