fixed typo

This commit is contained in:
Lux Aliaga 2021-05-07 03:30:26 -04:00
parent 0ea45bfc0b
commit 8900491c18
1 changed files with 1 additions and 1 deletions

View File

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