This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 8862fb3c Typo [skip ci]
8862fb3c is described below

commit 8862fb3ca57e0fa9e86be0b56aa7eba5e121f33c
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jul 30 12:26:22 2024 +0100

    Typo [skip ci]
---
 src/main/java/org/apache/commons/codec/digest/Crypt.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/Crypt.java 
b/src/main/java/org/apache/commons/codec/digest/Crypt.java
index cb1f1f32..9a1bff46 100644
--- a/src/main/java/org/apache/commons/codec/digest/Crypt.java
+++ b/src/main/java/org/apache/commons/codec/digest/Crypt.java
@@ -123,7 +123,7 @@ public class Crypt {
      * identical with that of the libc implementation.
      * </p>
      * <p>
-     * The rest of the salt string is drawn from the set {@code [a-zA-Z0-9./]} 
and is cut at the maximum length of if a
+     * The rest of the salt string is drawn from the set {@code [a-zA-Z0-9./]} 
and is cut at the maximum length or if a
      * {@code "$"} sign is encountered. It is therefore valid to enter a 
complete hash value as salt to e.g. verify a
      * password with:
      * </p>

Reply via email to