Skip to content

Commit 7c49f60

Browse files
authored
Fix toolchain typos (#1435)
1 parent 253b98c commit 7c49f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/toolchain/fbtenv.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ get_kernel_type()
1616
echo "In MinGW shell use \"fbt.cmd\" instead of \"fbt\"";
1717
exit 1;
1818
else
19-
echo "Your system is not supported. Sorry. Please report us your configuration.";
19+
echo "Sorry, your system is not supported. Please report your configuration to us.";
2020
exit 1;
2121
fi
2222
}
@@ -41,7 +41,7 @@ download_toolchain()
4141
main()
4242
{
4343
if [ -z "${SCRIPT_PATH:-}" ]; then
44-
echo "Mannual running this script is now allowed.";
44+
echo "Manual running of this script is not allowed.";
4545
exit 1;
4646
fi
4747
get_kernel_type; # sets TOOLCHAIN_PATH

0 commit comments

Comments
 (0)