From: Joseph Sutton Date: Wed, 8 Nov 2023 03:56:58 +0000 (+1300) Subject: s3:modules: Fix code spelling X-Git-Tag: talloc-2.4.2~391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed908e937cbb5615e9246d74d727c424826ebd31;p=thirdparty%2Fsamba.git s3:modules: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index cc9233da87d..0cc2b6cf364 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -548,7 +548,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, (win_ace_flags & (SEC_ACE_FLAG_OBJECT_INHERIT| SEC_ACE_FLAG_CONTAINER_INHERIT))) { /* - * GPFS sets inherits dir_inhert and file_inherit flags + * GPFS sets inherits dir_inherit and file_inherit flags * to files, too, which confuses windows, and seems to * be wrong anyways. ==> Map these bits away for files. */