diff --git a/lib/event.lua b/lib/event.lua index cf099c4..95d548e 100644 --- a/lib/event.lua +++ b/lib/event.lua @@ -36,7 +36,7 @@ function event.listen(e,f) -- string function -- -- run function *f* for every o end end,string.format("[%d] %s listener",os.pid(),e)) end -function event.ignore(e,f) -- string function -- stop function *f* running for every occurance of event *e* +function event.ignore(e,f) -- string function -- -- stop function *f* running for every occurance of event *e* computer.pushSignal("unlisten",e,tostring(f)) end