We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a992c8 commit f4401a3Copy full SHA for f4401a3
src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
@@ -22,7 +22,7 @@
22
import java.util.regex.Pattern;
23
24
/**
25
- * UNIX crypt(3) algorithm implementation.
+ * Unix crypt(3) algorithm implementation.
26
* <p>
27
* This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
28
* that distinguishes between all the algorithms supported in the current glibc's crypt().
0 commit comments