From: Howard Chu Date: Wed, 6 May 2009 07:55:42 +0000 (+0000) Subject: fix typo X-Git-Tag: ACLCHECK_0~574 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f60107ff751841167a4ebd50697ab6f0c6c9eca8;p=openldap fix typo --- diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index e95b3625cd..4f0d821f69 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -797,7 +797,7 @@ entry_naming_check( if ( ldap_bv2rdn( &e->e_name, &rdn, (char **)&p, LDAP_DN_FORMAT_LDAP ) ) { - *text = "unrecongized attribute type(s) in RDN"; + *text = "unrecognized attribute type(s) in RDN"; return LDAP_INVALID_DN_SYNTAX; }