toolchain-shar-relocate.sh: Fix typo

(From OE-Core rev: 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-09-23 17:49:22 +01:00
parent cea1d78f1f
commit b75ed251a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if ! xargs --version > /dev/null 2>&1; then
echo "xargs is required by the relocation script, please install it firts. Abort!"
echo "xargs is required by the relocation script, please install it first. Abort!"
exit 1
fi