From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:28:52 +0000 (+1200) Subject: s4:ldb_mods:group_audit: s/the the/the/ in comments X-Git-Tag: tdb-1.4.13~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770df620beb7b6c3e7a2c80d5fa2d21df505a027;p=thirdparty%2Fsamba.git s4:ldb_mods:group_audit: s/the the/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source4/dsdb/samdb/ldb_modules/group_audit.c b/source4/dsdb/samdb/ldb_modules/group_audit.c index 1b05e892386..7f979d1392b 100644 --- a/source4/dsdb/samdb/ldb_modules/group_audit.c +++ b/source4/dsdb/samdb/ldb_modules/group_audit.c @@ -385,7 +385,7 @@ static enum dn_compare_result dn_compare( * * Get the DN of a users primary group as a printable string. * - * @param mem_ctx Talloc context the the returned string will be allocated on. + * @param mem_ctx Talloc context the returned string will be allocated on. * @param module The ldb module * @param account_sid The SID for the uses account. * @param primary_group_rid The RID for the users primary group.