From bc70dd73f644dd339c94426adbe9f1886e6e3e9c Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 21 Aug 2015 15:49:39 +0200 Subject: [PATCH] Update info.lua --- src/apps/system/info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index b786b7c..3edcfe8 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -32,7 +32,7 @@ print(" Thanks to Luca_S for SMS system and Sertex ID") while true do local w, h = term.getSize() - local _, _, x, y = os.pulLEvent("mouse_click") + local _, _, x, y = os.pullEvent("mouse_click") if y == 1 and x == w then return end