diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 17:49:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 18:05:44 +0100 |
commit | 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7 (patch) | |
tree | 917484ca04697501656e052e9e7f8b9cee3070d4 /meta/files | |
parent | 0877278e07e4c2494c4c23199490dc47a5cee69d (diff) | |
download | openembedded-core-contrib-8d6ee36493800a30e9bd6eacb671fbafe5d61ad7.tar.gz |
toolchain-shar-relocate.sh: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r-- | meta/files/toolchain-shar-relocate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |