]> git.sur5r.net Git - openldap/commitdiff
typo in comment
authorPierangelo Masarati <ando@openldap.org>
Wed, 30 Jun 2004 16:24:07 +0000 (16:24 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 30 Jun 2004 16:24:07 +0000 (16:24 +0000)
libraries/libldap/sasl.c

index c48e27ab5acdac3da82c713cf508777930542e69..8dbbd81d5b0abb75f2ffa09c18d1da73f63f9ded 100644 (file)
@@ -120,14 +120,14 @@ ldap_sasl_bind(
                        cred );
                
        } else if ( cred == NULL || cred->bv_val == NULL ) {
-               /* SASL bind w/o creditials */
+               /* SASL bind w/o credentials */
                rc = ber_printf( ber, "{it{ist{sN}N}" /*}*/,
                        id, LDAP_REQ_BIND,
                        ld->ld_version, dn, LDAP_AUTH_SASL,
                        mechanism );
 
        } else {
-               /* SASL bind w/ creditials */
+               /* SASL bind w/ credentials */
                rc = ber_printf( ber, "{it{ist{sON}N}" /*}*/,
                        id, LDAP_REQ_BIND,
                        ld->ld_version, dn, LDAP_AUTH_SASL,