From b75ed251a3ad6ab87853e75373a25b8782a2cbd9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 23 Sep 2016 17:49:22 +0100 Subject: toolchain-shar-relocate.sh: Fix typo (From OE-Core rev: 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7) Signed-off-by: Richard Purdie --- meta/files/toolchain-shar-relocate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf