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

lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new c386d43bdc Fix Javadoc typo
c386d43bdc is described below

commit c386d43bdcaa6764b3d639adcd1925ab56d8ce96
Author: lihan <li...@apache.org>
AuthorDate: Wed Sep 28 11:26:21 2022 +0800

    Fix Javadoc typo
---
 java/org/apache/tomcat/util/net/AbstractEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java 
b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
index 05fe1fa834..2ce72e8acb 100644
--- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
+++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
@@ -347,7 +347,7 @@ public abstract class AbstractEndpoint<S,U> {
     }
 
     /**
-     * Create the SSLContextfor the the given SSLHostConfig.
+     * Create the SSLContext for the given SSLHostConfig.
      *
      * @param sslHostConfig The SSLHostConfig for which the SSLContext should 
be
      *                      created


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to