summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 53b33c6..a290bc4 100644
--- a/shop.lua
+++ b/shop.lua
@@ -104,7 +104,7 @@ end
function run_topdisp()
local mtop = peripheral.wrap"top"
- mtop.setPalatteColor(colors.cyan,0x00FFFF)
+ mtop.setPaletteColor(colors.cyan,0x00FFFF)
while true do
mtop.setTextScale(5)
mtop.setTextColor(colors.cyan)