From 9a1c297017c9af8385c68967c1120c0cbde92cfe Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 26 Nov 2010 16:19:56 +0000 Subject: [PATCH] rename of Inotifies->Inotify --- lsyncd.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lsyncd.lua b/lsyncd.lua index 85c4c6c..0472f3a 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -2329,7 +2329,8 @@ end ----- -- Called when an inotify event arrived. -- 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