From d8e56245c064011902910dcef8f2e18eebaf0810 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Wed, 1 Dec 2010 20:16:00 +0200 Subject: s4-dsdb/descriptor: comment typo --- source4/dsdb/samdb/ldb_modules/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/samdb') diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c index baf00adee1..0ea91ba600 100644 --- a/source4/dsdb/samdb/ldb_modules/descriptor.c +++ b/source4/dsdb/samdb/ldb_modules/descriptor.c @@ -601,7 +601,7 @@ static int descriptor_do_mod(struct descriptor_context *ac) if (ac->sd_val != NULL) { ac->sd_element->values[0] = *sd; } else if (sd_control2 != NULL) { - /* In this branche we really do force the recalculation + /* In this branch we really do force the recalculation * of the SD */ ldb_msg_remove_attr(ac->msg, "nTSecurityDescriptor"); -- cgit