]> git.sur5r.net Git - openldap/commitdiff
Remove a few typos in comments
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 6 Mar 1999 06:13:23 +0000 (06:13 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 6 Mar 1999 06:13:23 +0000 (06:13 +0000)
clients/tools/ldappasswd.c

index 30eed38e78a109c69c7514090147868f56e04236..c4245c62dfacf7ad312fba5fe1cf908097e83cf2 100644 (file)
@@ -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);