Fix typos in various outputs

This commit is contained in:
Andrew
2022-11-20 22:14:16 -05:00
parent 41de5f3c52
commit 5daa2118b9
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ fbtenv_show_usage()
echo "Running this script manually is wrong, please source it";
echo "Example:";
printf "\tsource scripts/toolchain/fbtenv.sh\n";
echo "To restore your enviroment source fbtenv.sh with '--restore'."
echo "To restore your environment source fbtenv.sh with '--restore'."
echo "Example:";
printf "\tsource scripts/toolchain/fbtenv.sh --restore\n";
}
@@ -227,7 +227,7 @@ fbtenv_curl_wget_check()
echo;
echo "$TOOLCHAIN_URL";
echo;
echo "And place in $FBT_TOOLCHAIN_PATH/toolchain/ dir mannualy";
echo "And place in $FBT_TOOLCHAIN_PATH/toolchain/ dir manually";
return 1;
fi
echo "yes"