fix typo in comment :)

This commit is contained in:
Pierangelo Masarati 2002-11-21 02:18:13 +00:00
parent 6a917650e8
commit 26d2ea1488

View 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 ) {