]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/error.c
ITS#8605 - spelling fixes
[openldap] / libraries / libldap / error.c
index 91e40eb451506f654ab77ae7dff339a1fad88f70..e054b77f22404616f8be082d8b7be1d5aee4e73f 100644 (file)
@@ -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" );