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")