]> code.ossystems Code Review - openembedded-core.git/commitdiff
toolchain-shar-relocate.sh: Fix typo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 16:49:22 +0000 (17:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 17:05:44 +0000 (18:05 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/toolchain-shar-relocate.sh

index e491153fc58e073d713aaea54c7e09fa5ff54578..e3c10018ef12964d27957c38830c428a83c83fca 100644 (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