rename of Inotifies->Inotify

This commit is contained in:
Axel Kittenberger 2010-11-26 16:19:56 +00:00
parent c051e15750
commit 9a1c297017
1 changed files with 2 additions and 1 deletions

View File

@ -2329,7 +2329,8 @@ end
----- -----
-- Called when an inotify event arrived. -- Called when an inotify event arrived.
-- Simply forwards it directly to the object. -- Simply forwards it directly to the object.
runner.inotifyEvent = Inotifies.event --
runner.inotifyEvent = Inotify.event
----- -----
-- Collector for every child process that finished in startup phase -- Collector for every child process that finished in startup phase