From: Richard Purdie Date: Fri, 23 Sep 2016 16:49:22 +0000 (+0100) Subject: toolchain-shar-relocate.sh: Fix typo X-Git-Tag: uninative-1.4~1 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8d6ee36493800a30e9bd6eacb671fbafe5d61ad7;p=openembedded-core.git toolchain-shar-relocate.sh: Fix typo Signed-off-by: Richard Purdie --- diff --git a/meta/files/toolchain-shar-relocate.sh b/meta/files/toolchain-shar-relocate.sh index e491153fc5..e3c10018ef 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