Skip to content
Snippets Groups Projects
Commit 0643f060 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix typo

parent 7fd2fe0f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment