Typo in Javadoc.

This commit is contained in:
Luke Taylor 2006-05-01 00:40:18 +00:00
parent a468f03cae
commit 9f385eb1e0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.security.MessageDigest;
* @version $Id$
*/
public class LdapShaPasswordEncoder implements PasswordEncoder {
/** The nuber of bytes in a SHA hash */
/** The number of bytes in a SHA hash */
private static final int SHA_LENGTH = 20;
private static final String SSHA_PREFIX = "{SSHA}";