Fix ITS#1573 spelling errors

This commit is contained in:
Howard Chu 2002-01-31 14:12:06 +00:00
parent 38d0af5399
commit 010e94d4de
2 changed files with 5 additions and 5 deletions

View File

@ -256,7 +256,7 @@ int get_ctrls(
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:
@ -319,9 +319,9 @@ int get_ctrls(
}
} 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;
}

View File

@ -494,7 +494,7 @@ int structural_class(
if( oc == NULL ) {
snprintf( textbuf, textlen,
"unrecongized objectClass '%s'",
"unrecognized objectClass '%s'",
ocs[i].bv_val );
*text = textbuf;
return LDAP_OBJECT_CLASS_VIOLATION;
@ -515,7 +515,7 @@ int structural_class(
if( xc == NULL ) {
snprintf( textbuf, textlen,
"unrecongized objectClass '%s'",
"unrecognized objectClass '%s'",
ocs[i].bv_val );
*text = textbuf;
return LDAP_OBJECT_CLASS_VIOLATION;