From 76bab2b6dfb9bdee1712901bda3c3f5e7afcfd8b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 30 Jun 2004 16:24:07 +0000 Subject: [PATCH] typo in comment --- libraries/libldap/sasl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libldap/sasl.c b/libraries/libldap/sasl.c index c48e27ab5a..8dbbd81d5b 100644 --- a/libraries/libldap/sasl.c +++ b/libraries/libldap/sasl.c @@ -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, -- 2.39.5