X-Git-Url: https://git.sur5r.net/?p=openldap;a=blobdiff_plain;f=libraries%2Flibldap%2Ferror.c;h=e054b77f22404616f8be082d8b7be1d5aee4e73f;hp=91e40eb451506f654ab77ae7dff339a1fad88f70;hb=10566c8be384c6435476ec54e842382841cb84b6;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34 diff --git a/libraries/libldap/error.c b/libraries/libldap/error.c index 91e40eb451..e054b77f22 100644 --- a/libraries/libldap/error.c +++ b/libraries/libldap/error.c @@ -322,7 +322,7 @@ ldap_parse_result( /* need to clean out misc items */ if( tag != LBER_ERROR ) { if( lm->lm_msgtype == LDAP_RES_BIND ) { - /* look for sasl result creditials */ + /* look for sasl result credentials */ if ( ber_peek_tag( ber, &len ) == LDAP_TAG_SASL_RES_CREDS ) { /* skip 'em */ tag = ber_scanf( ber, "x" );