]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:24:54 +0000 (19:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:24:54 +0000 (19:24 +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 ) {