From 330636aa8d5e22f33e4d32adfa135331b5204223 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Thu, 16 Jan 2020 12:47:53 +0100 Subject: [PATCH] [spelling] Fix Changelog: None Signed-off-by: Ole Petter --- modules/probe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/probe.sh b/modules/probe.sh index 31f7fd4..d7fd221 100644 --- a/modules/probe.sh +++ b/modules/probe.sh @@ -30,7 +30,7 @@ probe_arch() { done if [ -z "${file_info}" ]; then - log_fatal "Sorry, where not able to determinate target architecture" + log_fatal "Sorry, not able to determinate target architecture" fi target_arch="unknown"