From: Douglas Bagnall Date: Wed, 10 Apr 2024 04:49:07 +0000 (+1200) Subject: s4:dsdb: fix spelling in comment X-Git-Tag: tdb-1.4.11~1028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af670384a10a8571bc24ff2d7933160ee7adc62;p=thirdparty%2Fsamba.git s4:dsdb: fix spelling in comment Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/common/dsdb_dn.c b/source4/dsdb/common/dsdb_dn.c index 63a8628d6d3..9886d831488 100644 --- a/source4/dsdb/common/dsdb_dn.c +++ b/source4/dsdb/common/dsdb_dn.c @@ -530,7 +530,7 @@ static struct ldb_dn *drs_ObjectIdentifier_to_dn(TALLOC_CTX *mem_ctx, * not valid or able to parse as a DN. * * Finally, we must return the DN as found in the DB, as otherwise a - * subsequence ldb_dn_compare(dn, nc_root) will fail (as this is based + * subsequent ldb_dn_compare(dn, nc_root) will fail (as this is based * on the string components). */ int drs_ObjectIdentifier_to_dn_and_nc_root(TALLOC_CTX *mem_ctx,