Skip to content

Commit 9ef7988

Browse files
Fix typo in error message
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 21f5d3d commit 9ef7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ fi
10191019
if [ "x${uclibc}" = "x--uclibc" ]; then
10201020
if [[ " ${allowed_linux_cpus[*]} " != *" $ISA_CPU "* ]]; then
10211021
echo "ERROR: uClibc tool chain cannot be built for this CPU family."\
1022-
"Choose one of the supprted CPU familes or disable building of"\
1022+
"Choose one of the supported CPU familes or disable building of"\
10231023
"uClibc tool chain with option --no-uclibc."\
10241024
"Supported values are: $allowed_linux_cpus."
10251025
exit 1

0 commit comments

Comments
 (0)