]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/oe-setup-builddir: fix typo
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 May 2011 19:09:14 +0000 (19:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:54 +0000 (09:51 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/oe-setup-builddir

index 2f8a0646b9cb2111c5b9fe91c898ff47f189263f..7fefc52509e24e4dd5dc9027f8264e499271e21b 100755 (executable)
@@ -60,7 +60,7 @@ if [ "x" = "x$OECORELOCALCONF" ]; then
 fi
 if ! (test -r "$BUILDDIR/conf/local.conf"); then
 cat <<EOM
-You had no conf/local.conf file. This configuration file has therefore been
+You had no conf/local.conf file. This configuration file has therefore been
 created for you with some default values. You may wish to edit it to use a 
 different MACHINE (target hardware) or enable parallel build options to take 
 advantage of multiple cores for example. See the file for more information as