[oe-commits] [openembedded-core] 01/02: toolchain-shar-relocate.sh: Fix typo

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 17:06:37 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8d6ee36493800a30e9bd6eacb671fbafe5d61ad7
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 23 17:49:22 2016 +0100

    toolchain-shar-relocate.sh: Fix typo
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 e491153..e3c1001 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list