Bläddra i källkod

docs/manual: fix typo

depednencies -> dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 531e96e98cc8cd6fb839349ea0f86c9d5706ec0f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 5 år sedan
förälder
incheckning
90d56aac25
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      docs/manual/adding-packages-qmake.txt
  2. 1 1
      docs/manual/adding-packages-waf.txt

+ 1 - 1
docs/manual/adding-packages-qmake.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 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+
 Finally, on line line 13, we invoke the +qmake-package+
 macro that generates all the Makefile rules that actually allows the
 macro that generates all the Makefile rules that actually allows the

+ 1 - 1
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 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+
 Finally, on line line 13, we invoke the +waf-package+
 macro that generates all the Makefile rules that actually allows the
 macro that generates all the Makefile rules that actually allows the