scripts/oe-setup-builddir: fix typo

(From OE-Core rev: bf74c17f7c73b22492f6fa069a5bbbdc28e6ddf5)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Otavio Salvador 2011-05-02 19:09:14 +00:00 committed by Richard Purdie
parent 9ebafcf5e2
commit 915f491a08
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,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 beend
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