From 35f5b8413d31bec7b09eeb334d0cbfd9481ae2d3 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 24 Mar 2023 13:34:25 -0400
Subject: [PATCH] Update homeassistant-core.sh

spelling
---
 ct/homeassistant-core.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index a8429ed7..858433c2 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -73,7 +73,7 @@ function update_script() {
     else
       clear
       header_info
-      echo -e "${GN}Updating to Srable Version${CL}"
+      echo -e "${GN}Updating to Stable Version${CL}"
       BR=""
     fi
     if [[ "$PY" == "python3.9" ]]; then echo -e "⚠️  Python 3.9 is deprecated and will be removed in Home Assistant 2023.2"; fi