Skip to content

Commit

Permalink
Fix toolchain typos (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeMeetAgain authored Jul 23, 2022
1 parent 253b98c commit 7c49f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/toolchain/fbtenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get_kernel_type()
echo "In MinGW shell use \"fbt.cmd\" instead of \"fbt\"";
exit 1;
else
echo "Your system is not supported. Sorry. Please report us your configuration.";
echo "Sorry, your system is not supported. Please report your configuration to us.";
exit 1;
fi
}
Expand All @@ -41,7 +41,7 @@ download_toolchain()
main()
{
if [ -z "${SCRIPT_PATH:-}" ]; then
echo "Mannual running this script is now allowed.";
echo "Manual running of this script is not allowed.";
exit 1;
fi
get_kernel_type; # sets TOOLCHAIN_PATH
Expand Down

0 comments on commit 7c49f60

Please sign in to comment.