s3: Fix a typo
[amitay/samba.git] / source3 / smbd / notify_inotify.c
index a03ad49d82c5326110ebe0af661d508bdca38f73..967c223adae279c0ad93f5abbd595be361fd6d04 100644 (file)
@@ -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 */