Browse Source

docs/manual/adding-packages-generic.txt: fix typo

LIBTOO_SOURCE -> LIBFOO_SOURCE

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 4 years ago
parent
commit
31e6e05f72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/adding-packages-generic.txt

+ 1 - 1
docs/manual/adding-packages-generic.txt

@@ -452,7 +452,7 @@ not and can not work as people would expect it should:
   of the manifest file for this package.
   of the manifest file for this package.
 
 
 * +LIBFOO_ACTUAL_SOURCE_TARBALL+ only applies to packages whose
 * +LIBFOO_ACTUAL_SOURCE_TARBALL+ only applies to packages whose
-  +LIBFOO_SITE+ / +LIBTOO_SOURCE+ pair points to an archive that does
+  +LIBFOO_SITE+ / +LIBFOO_SOURCE+ pair points to an archive that does
   not actually contain source code, but binary code. This a very
   not actually contain source code, but binary code. This a very
   uncommon case, only known to apply to external toolchains which come
   uncommon case, only known to apply to external toolchains which come
   already compiled, although theoretically it might apply to other
   already compiled, although theoretically it might apply to other