Author: ggregory
Date: Wed Oct 29 17:14:16 2014
New Revision: 1635205
URL: http://svn.apache.org/r1635205
Log:
Typo.
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java?rev=1635205&r1=1635204&r2=1635205&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
(original)
+++
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Crypt.java
Wed Oct 29 17:14:16 2014
@@ -100,7 +100,7 @@ public class Crypt {
* <li>SHA-512 salts start with {@code $6$} and are up to 16 chars long.
* <li>SHA-256 salts start with {@code $5$} and are up to 16 chars long
* <li>MD5 salts start with {@code $1$} and are up to 8 chars long
- * <li>DES, the traditional UnixCrypt algorithm is used else with only 2
chars
+ * <li>DES, the traditional UnixCrypt algorithm is used with only 2 chars
* <li>Only the first 8 chars of the passwords are used in the DES
algorithm!
* </ul>
* The magic strings {@code "$apr1$"} and {@code "$2a$"} are not
recognized by this method as its output should be