From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:27:57 +0000 (+1200) Subject: s3:smbd:posix_acls: s/the the/that the/ in comment X-Git-Tag: tdb-1.4.13~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef582d0e9f149fb7f96ca3356c0eae8331f0864;p=thirdparty%2Fsamba.git s3:smbd:posix_acls: s/the the/that the/ in comment Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 53a9c53f54a..aa53e33053d 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -2508,7 +2508,7 @@ static bool unpack_canon_ace(files_struct *fsp, /****************************************************************************** When returning permissions, try and fit NT display - semantics if possible. Note the the canon_entries here must have been malloced. + semantics if possible. Note that the canon_entries here must have been malloced. The list format should be - first entry = owner, followed by group and other user entries, last entry = other.