From c3a506b64e248152212ab647048a47bd63039452 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 26 Mar 2012 13:11:02 +0200 Subject: s3: Fix a typo --- source3/smbd/notify_inotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/notify_inotify.c') diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c index a03ad49d82..967c223ada 100644 --- a/source3/smbd/notify_inotify.c +++ b/source3/smbd/notify_inotify.c @@ -402,7 +402,7 @@ NTSTATUS inotify_watch(struct sys_notify_context *ctx, } /* using IN_MASK_ADD allows us to cope with inotify() returning the same - watch descriptor for muliple watches on the same path */ + watch descriptor for multiple watches on the same path */ mask |= (IN_MASK_ADD | IN_ONLYDIR); /* get a new watch descriptor for this path */ -- cgit