From 73852c9113e4d9de6a27985e33eb5d762d93c760 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Jul 2022 19:19:14 -0400 Subject: [PATCH] correct spelling --- vm/pimox-haos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/pimox-haos.sh b/vm/pimox-haos.sh index 41c15126..38b009ae 100644 --- a/vm/pimox-haos.sh +++ b/vm/pimox-haos.sh @@ -24,7 +24,7 @@ trap cleanup EXIT function error_exit() { trap - ERR - local reason="Unknown failure occured." + local reason="Unknown failure occurred." local msg="${1:-$reason}" local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" echo -e "$flag $msg" 1>&2