From fdbfe08b95b3af1bc253999cf945cfd95f3446bf Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Wed, 20 Jul 2022 05:28:24 -0400
Subject: [PATCH] Update esphome-install.sh

---
 setup/esphome-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/esphome-install.sh b/setup/esphome-install.sh
index 44fe61fa..e8c0c05a 100644
--- a/setup/esphome-install.sh
+++ b/setup/esphome-install.sh
@@ -21,7 +21,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