]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 7 Sep 2022 09:32:26 +0000 (11:32 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 19 Sep 2022 17:23:31 +0000 (17:23 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c

index 1358853941b474e2bc76390b860435b9b4561630..d98cec49e33f6aadc8808e513659165fc8e15266 100644 (file)
@@ -748,7 +748,7 @@ static int vfswrap_openat(vfs_handle_struct *handle,
                 *   conflicting flags are specified in how.flags.
                 *
                 * So we better clear ignored/invalid flags
-                * and only keep the exptected once.
+                * and only keep the expected ones.
                 */
                flags &= (O_PATH|O_CLOEXEC|O_DIRECTORY|O_NOFOLLOW);
        }