From 74e6730c104b347430ffc576556643c49c05fdfd Mon Sep 17 00:00:00 2001 From: neru Date: Wed, 7 May 2025 13:12:09 -0300 Subject: [PATCH] fix: typo --- lua/CC Tweaked/tutel/tutel-host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 4cb5d0d..2f0e20c 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -199,7 +199,7 @@ end registerEventListener("key", scrollLogs) --[[ - main loop functinos + main loop functions ]] function updateScreen() local w, h = term.getSize()