From 997895378688ad24337ae5084b05e81dfa435cac Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 31 Aug 2023 12:01:13 +0200 Subject: [PATCH] vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/modules/vfs_acl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index 341806b09a4..daad612e565 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -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 */