From 26d2ea148896a3812a3a87ee113baa5f19a23ba1 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 21 Nov 2002 02:18:13 +0000 Subject: [PATCH] fix typo in comment :) --- servers/slapd/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.39.5