From e6c588655f41eefe0bd7acb94af045e200c3ca72 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Fri, 10 Nov 2023 19:26:52 -0500 Subject: [PATCH] fix spelling Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com> --- components/home/Home.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home/Home.brs b/components/home/Home.brs index 9c070ea2d..67dcdeb88 100644 --- a/components/home/Home.brs +++ b/components/home/Home.brs @@ -24,7 +24,7 @@ sub loadLibraries() end sub ' JFScreen hook that gets ran as needed. -' Used to update the foces, the state of the data, and tells the server about the device profile +' Used to update the focus, the state of the data, and tells the server about the device profile sub OnScreenShown() if isValid(m.top.lastFocus) m.top.lastFocus.setFocus(true)