From 335be9897008fb3db650bf2bf5b40d16589d1a0e Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 06:04:41 -0400 Subject: [PATCH] Update whoogle-v3.sh --- ct/whoogle-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/whoogle-v3.sh b/ct/whoogle-v3.sh index 8cc19d7e..c0529fb3 100644 --- a/ct/whoogle-v3.sh +++ b/ct/whoogle-v3.sh @@ -30,7 +30,7 @@ trap die ERR 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