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 896a4cbd Javadoc spelling
896a4cbd is described below

commit 896a4cbd95a2eaa3c83723cf0bac3a42b9524e45
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:47:15 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/crypto/NativeCodeLoader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java 
b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
index 0f773145..9bb9c0d4 100644
--- a/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
+++ b/src/main/java/org/apache/commons/crypto/NativeCodeLoader.java
@@ -33,7 +33,7 @@ import org.apache.commons.io.IOUtils;
 /**
  * A helper to load the native code i.e. libcommons-crypto.so. This handles the
  * fallback to either the bundled libcommons-crypto-Linux-i386-32.so or the
- * default java implementations where appropriate.
+ * default Java implementations where appropriate.
  */
 final class NativeCodeLoader {
 

Reply via email to