c = find_ctrl( tctrl->ldctl_oid );
if( c != NULL ) {
- /* recongized control */
+ /* recognized control */
slap_mask_t tagmask;
switch( op->o_tag ) {
case LDAP_REQ_ADD:
}
} else if( tctrl->ldctl_iscritical ) {
- /* unrecongized CRITICAL control */
+ /* unrecognized CRITICAL control */
rc = LDAP_UNAVAILABLE_CRITICAL_EXTENSION;
- errmsg = "critical extension is not recongized";
+ errmsg = "critical extension is not recognized";
goto return_results;
}
if( oc == NULL ) {
snprintf( textbuf, textlen,
- "unrecongized objectClass '%s'",
+ "unrecognized objectClass '%s'",
ocs[i].bv_val );
*text = textbuf;
return LDAP_OBJECT_CLASS_VIOLATION;
if( xc == NULL ) {
snprintf( textbuf, textlen,
- "unrecongized objectClass '%s'",
+ "unrecognized objectClass '%s'",
ocs[i].bv_val );
*text = textbuf;
return LDAP_OBJECT_CLASS_VIOLATION;