]> git.sur5r.net Git - openldap/commitdiff
fix typo in comment
authorPierangelo Masarati <ando@openldap.org>
Mon, 28 Jun 2004 20:59:04 +0000 (20:59 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 28 Jun 2004 20:59:04 +0000 (20:59 +0000)
servers/slapd/at.c

index 0008b36bed49f96fb47cb7454bfb716070fec02b..740a2b7ef58d355c5f2f97f5d8dd151cbe59fb78 100644 (file)
@@ -537,7 +537,7 @@ at_add(
                        return SLAP_SCHERR_ATTR_BAD_MR;
                }
 
-               /* due to funky LDAP builtin substring rules, we
+               /* due to funky LDAP builtin substring rules,
                 * we check against the equality rule assertion
                 * syntax and compat syntaxes instead of those
                 * associated with the substrings rule.