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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 824d9e74 Fix typos in comments
824d9e74 is described below

commit 824d9e74392745b267c4e57a56fae79004e89851
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 21 09:14:22 2024 -0400

    Fix typos in comments
---
 src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java  | 2 +-
 src/main/java/org/apache/commons/crypto/cipher/JceCipher.java     | 2 +-
 src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java 
b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
index e490925a..b33ee577 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
@@ -90,7 +90,7 @@ public interface CryptoCipher extends Closeable {
      * <p>
      * This is the same name that was specified in one of the
      * {@code CryptoCipherFactory#getInstance} calls that created this
-     * {@code CryptoCipher} object..
+     * {@code CryptoCipher} object.
      * </p>
      *
      * @return the algorithm name of this {@code CryptoCipher} object.
diff --git a/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java 
b/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java
index 1da723d3..4182f3a6 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java
@@ -123,7 +123,7 @@ final class JceCipher implements CryptoCipher {
      * <p>
      * This is the same name that was specified in one of the
      * {@code CryptoCipherFactory#getInstance} calls that created this
-     * {@code CryptoCipher} object..
+     * {@code CryptoCipher} object.
      * </p>
      *
      * @return the algorithm name of this {@code CryptoCipher} object.
diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java 
b/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java
index 14e43520..9d4b488c 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java
@@ -132,7 +132,7 @@ final class OpenSslCipher implements CryptoCipher {
      * <p>
      * This is the same name that was specified in one of the
      * {@code CryptoCipherFactory#getInstance} calls that created this
-     * {@code CryptoCipher} object..
+     * {@code CryptoCipher} object.
      * </p>
      *
      * @return the algorithm name of this {@code CryptoCipher} object.

Reply via email to