diff options
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 |