From: Kurt Zeilenga Date: Sat, 28 Aug 2004 15:39:00 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_2_16~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44252fc3e1095157675fc7a530cb732926cb0202;p=openldap Fix typo --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index d20daf9d65..e09d022fd3 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -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"));