This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 4b5ea318b86910cd5fd2677c5f923c6eaa8d3fd0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 6 17:43:23 2024 -0500 Normalize spelling Note that "UNIX" is a trademark, "Unix" is not --- src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java b/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java index e20a3a2c..0df7e116 100644 --- a/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java +++ b/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java @@ -26,7 +26,7 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * SHA2-based UNIX crypt implementation. + * SHA2-based Unix crypt implementation. * <p> * Based on the C implementation released into the Public Domain by Ulrich Drepper <drep...@redhat.com> * http://www.akkadia.org/drepper/SHA-crypt.txt