]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sat, 28 Aug 2004 02:30:18 +0000 (02:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 28 Aug 2004 02:30:18 +0000 (02:30 +0000)
clients/tools/ldappasswd.c

index d20daf9d658964fa1678a73081f60f75a89f6f06..e09d022fd3dfb87ab4af519ff5ae8bf35fe74184 100644 (file)
@@ -67,7 +67,7 @@ usage( void )
 {
        fprintf( stderr, _("Change password of an LDAP user\n\n"));
        fprintf( stderr,_("usage: %s [options] [user]\n"), prog);
-       fprintf( stderr, _("  user: the autentication identity, commonly a DN\n"));
+       fprintf( stderr, _("  user: the authentication identity, commonly a DN\n"));
        fprintf( stderr, _("Password change options:\n"));
        fprintf( stderr, _("  -a secret  old password\n"));
        fprintf( stderr, _("  -A         prompt for old password\n"));