From: Pierangelo Masarati Date: Sat, 3 Jul 2004 11:16:22 +0000 (+0000) Subject: typo in comment X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~129 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b72657acf0377c1ab07f337a8c75324a9ed6110a;p=openldap typo in comment --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index acd3bbd15d..a15737129c 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -1035,7 +1035,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs ) } /* eventually will loop through generated operational attributes */ - /* only have subschemaSubentry and numSubordinates are implemented */ + /* only subschemaSubentry and numSubordinates are implemented */ aa = backend_operational( op, rs, opattrs ); if ( aa != NULL && op->o_vrFilter != NULL ) {