Fix typos in various outputs (#2032)

* Fix typos in various outputs
* Update u2f_view.c

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MangoTornado
2022-11-23 08:15:08 -05:00
committed by GitHub
parent 4f3ef83c77
commit 669822cdd2
5 changed files with 8 additions and 8 deletions

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"