Skip to content

Commit f4401a3

Browse files
committed
Normalize spelling
Note that "UNIX" is a trademark, "Unix" is not
1 parent 2a992c8 commit f4401a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/codec/digest/UnixCrypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.util.regex.Pattern;
2323

2424
/**
25-
* UNIX crypt(3) algorithm implementation.
25+
* Unix crypt(3) algorithm implementation.
2626
* <p>
2727
* This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
2828
* that distinguishes between all the algorithms supported in the current glibc's crypt().

0 commit comments

Comments
 (0)