From: Volker Lendecke Date: Thu, 31 Aug 2023 10:01:13 +0000 (+0200) Subject: vfs: Fix a typo X-Git-Tag: tevent-0.16.0~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=997895378688ad24337ae5084b05e81dfa435cac;p=thirdparty%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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 */