From: Kurt Zeilenga Date: Tue, 26 Nov 2002 19:24:54 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_1_9~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fce9100b2e9859fef596aed1c10419a8823e419;p=thirdparty%2Fopenldap.git Fix typo --- diff --git a/servers/slapd/filter.c b/servers/slapd/filter.c index 7a4a207677..63975090bc 100644 --- a/servers/slapd/filter.c +++ b/servers/slapd/filter.c @@ -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 ) {