This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new fedc5ac2f4 Fix typo
fedc5ac2f4 is described below
commit fedc5ac2f41fa782a9d4e99f442bd958e0dbcb83
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 22 16:49:00 2026 +0100
Fix typo
---
java/org/apache/tomcat/util/net/openssl/OpenSSLImplementation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLImplementation.java
b/java/org/apache/tomcat/util/net/openssl/OpenSSLImplementation.java
index 7aa83baf94..42db295354 100644
--- a/java/org/apache/tomcat/util/net/openssl/OpenSSLImplementation.java
+++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLImplementation.java
@@ -57,7 +57,7 @@ public class OpenSSLImplementation extends SSLImplementation {
private void ensureAvailable() {
- // Avoid a core dump if and older than minimum version is installed
+ // Avoid a core dump if an older than minimum version is installed
if (!AprStatus.isAprAvailable()) {
throw new
IllegalStateException(sm.getString("opensslImplementation.notAvailable"));
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]