]> git.sur5r.net Git - openldap/commitdiff
fix typo in comment :)
authorPierangelo Masarati <ando@openldap.org>
Thu, 21 Nov 2002 02:18:13 +0000 (02:18 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 21 Nov 2002 02:18:13 +0000 (02:18 +0000)
servers/slapd/filter.c

index 7a4a207677b499ad29bbac15a208db4df8abefe0..63975090bcad9e121b695033a9048b44e14ba4cf 100644 (file)
@@ -414,7 +414,7 @@ get_substring_filter(
                        goto return_error;
                }
 
-               /* valiate using equality matching rule validator! */
+               /* validate using equality matching rule validator! */
                rc = value_validate( f->f_sub_desc->ad_type->sat_equality,
                        &value, text );
                if( rc != LDAP_SUCCESS ) {