From dd1a9b1daaf442ae9ea7fa045f598e2084f1d3d5 Mon Sep 17 00:00:00 2001 From: Werner Date: Wed, 25 Nov 2020 15:13:15 +0100 Subject: [PATCH] Typo Fixes #2380 --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index d0ed72accb..65cd3d73f2 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -957,7 +957,7 @@ prepare_host() if [[ $(dpkg --print-architecture) != amd64 ]]; then display_alert "Please read documentation to set up proper compilation environment" display_alert "http://www.armbian.com/using-armbian-tools/" - exit_with_error "Running this tool on non x86-x64 build host in not supported" + exit_with_error "Running this tool on non x86-x64 build host is not supported" fi # wait until package manager finishes possible system maintanace