From: Hallvard Furuseth Date: Sat, 6 Mar 1999 06:13:23 +0000 (+0000) Subject: Remove a few typos in comments X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~464 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc44910534a09b0764081c78ec38b2785aba0394;p=openldap Remove a few typos in comments --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index 30eed38e78..c4245c62df 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -81,7 +81,7 @@ static int auto_gen_pw = 0; /*** functions ***/ /* - * pw_encode() essentially base64 encodes a password and it's salt + * pw_encode() essentially base64 encodes a password and its salt */ char * @@ -284,7 +284,7 @@ modify_dn (LDAP * ld, char *targetdn, char *pwattr, char *oldpw, /* hash password */ hashed_pw = hashes[htype].func (newpw, salt->len ? salt : NULL); - /* return salt back to it's original state */ + /* return salt back to its original state */ if (want_salt) { free (salt->salt);