Skip to content

Commit 4b5ea31

Browse files
committed
Normalize spelling
Note that "UNIX" is a trademark, "Unix" is not
1 parent fb532b3 commit 4b5ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2828
/**
29-
* SHA2-based UNIX crypt implementation.
29+
* SHA2-based Unix crypt implementation.
3030
* <p>
3131
* Based on the C implementation released into the Public Domain by Ulrich Drepper &lt;[email protected]&gt;
3232
* http://www.akkadia.org/drepper/SHA-crypt.txt

0 commit comments

Comments
 (0)