From: Richard Purdie Date: Fri, 23 Sep 2016 16:49:22 +0000 (+0100) Subject: toolchain-shar-relocate.sh: Fix typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b75ed251a3ad6ab87853e75373a25b8782a2cbd9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toolchain-shar-relocate.sh: Fix typo (From OE-Core rev: 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7) Signed-off-by: Richard Purdie --- diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh index e491153fc58..e3c10018ef1 100644 --- a/meta/files/toolchain-shar-relocate.sh +++ b/meta/files/toolchain-shar-relocate.sh @@ -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