Merge pull request #431 from MangoTornado/dev

typos mangoTornado
This commit is contained in:
RogueMaster
2022-11-22 00:26:35 -05:00
committed by GitHub
5 changed files with 8 additions and 8 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";
}
@@ -237,7 +237,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"