summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-02 19:09:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:51:54 +0100
commitbf74c17f7c73b22492f6fa069a5bbbdc28e6ddf5 (patch)
tree242bd9df3c34647fb89cd86ffa650bf3d1aad9fb /scripts/oe-setup-builddir
parent0638c470410b7ac3057d8f64ae0d389b5c3da838 (diff)
downloadopenembedded-core-contrib-bf74c17f7c73b22492f6fa069a5bbbdc28e6ddf5.tar.gz
scripts/oe-setup-builddir: fix typo
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-xscripts/oe-setup-builddir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 2f8a0646b9..7fefc52509 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -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 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