From: Quanah Gibson-Mount Date: Tue, 1 Aug 2006 01:27:02 +0000 (+0000) Subject: Minor typo fix (maintaned -> maintained) X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=da1e743491555f1b863e8bb100bf9653e65d64c9;p=openldap Minor typo fix (maintaned -> maintained) --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index b3fe310d45..48dfa913dd 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -681,7 +681,7 @@ acl_mask_dn( * NOTE: styles "anonymous", "users" and "self" * have been moved to enum slap_style_t, whose * value is set in a_dn_style; however, the string - * is maintaned in a_dn_pat. + * is maintained in a_dn_pat. */ if ( bdn->a_style == ACL_STYLE_ANONYMOUS ) { @@ -1101,7 +1101,7 @@ slap_acl_mask( * NOTE: styles "anonymous", "users" and "self" * have been moved to enum slap_style_t, whose * value is set in a_dn_style; however, the string - * is maintaned in a_dn_pat. + * is maintained in a_dn_pat. */ if ( acl_mask_dn( op, e, desc, val, a, nmatch, matches, @@ -1125,7 +1125,7 @@ slap_acl_mask( * NOTE: styles "anonymous", "users" and "self" * have been moved to enum slap_style_t, whose * value is set in a_dn_style; however, the string - * is maintaned in a_dn_pat. + * is maintained in a_dn_pat. */ if ( op->o_conn && !BER_BVISNULL( &op->o_conn->c_ndn ) )