mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix ITS#1573 spelling errors
This commit is contained in:
parent
38d0af5399
commit
010e94d4de
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user