vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 31 Aug 2023 10:01:13 +0000 (12:01 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Oct 2023 23:23:40 +0000 (23:23 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_acl_common.c

index 341806b09a40309dc2f1f75b395c80798fe895f2..daad612e565c28b139eabadb5a291b84c1747f46 100644 (file)
@@ -449,7 +449,7 @@ static NTSTATUS validate_nt_acl_blob(TALLOC_CTX *mem_ctx,
        switch (xattr_version) {
        case 1:
        case 2:
-               /* These xattr types are unilatteral, they do not
+               /* These xattr types are unilateral, they do not
                 * require confirmation of the hash.  In particular,
                 * the NTVFS file server uses version 1, but
                 * 'samba-tool ntacl' can set these as well */