This commit is contained in:
Howard Chu 2009-05-06 07:55:42 +00:00
parent 650ced22c8
commit f60107ff75

View File

@ -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;
}