From 7c49f604f986f13790051822c72ae7de1730827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Prosvetova?= <109866245+ZoeMeetAgain@users.noreply.github.com> Date: Sat, 23 Jul 2022 18:33:39 +0200 Subject: [PATCH] Fix toolchain typos (#1435) --- scripts/toolchain/fbtenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/toolchain/fbtenv.sh b/scripts/toolchain/fbtenv.sh index df2b2457..55bc89b0 100755 --- a/scripts/toolchain/fbtenv.sh +++ b/scripts/toolchain/fbtenv.sh @@ -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 } @@ -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