]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
docs/manual: fix typo in $(FOO_PKGDIR) documentation
authorArnout Vandecappelle <arnout@mind.be>
Wed, 4 Nov 2015 23:10:50 +0000 (00:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Nov 2015 12:30:21 +0000 (13:30 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/adding-packages-generic.txt

index 02a43d6b1d5228ea3d67b6ce03861f5eea2f821f..1c25c4e9f7b6865944c3d1a804005ceed0eee186 100644 (file)
@@ -498,7 +498,7 @@ In the action definitions, you can use the following variables:
 * +$(FOO_PKGDIR)+ contains the path to the directory containing the
   +foo.mk+ and +Config.in+ files. This variable is useful when it is
   necessary to install a file bundled in Buildroot, like a runtime
-  configuration file, a splashscren image...
+  configuration file, a splashscreen image...
 
 * +$(@D)+, which contains the directory in which the package source
   code has been uncompressed.