diff options
-rw-r--r-- | source3/smbd/notify_inotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |