From 8900491c182065dbfcd307cdf4f5128f2697b98c Mon Sep 17 00:00:00 2001 From: mint Date: Fri, 7 May 2021 03:30:26 -0400 Subject: [PATCH] fixed typo --- rhythmblock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhythmblock.lua b/rhythmblock.lua index d093256..266c873 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -114,7 +114,7 @@ function statusRender(s) -- Renders the status bar end function renderCloseButton() -- Renders the X button - term.setCurorPos(width, 1) + term.setCursorPos(width, 1) term.setTextColor(textColor) term.setBackgroundColor(backgroundColor) term.write("x")