You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/15 12:28:49 UTC

[tomcat] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90498b9  Fix typo
90498b9 is described below

commit 90498b907c54f753d06cf6ce9c72c46571de72b8
Author: remm <re...@apache.org>
AuthorDate: Sat Feb 15 13:28:35 2020 +0100

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

diff --git a/java/org/apache/tomcat/util/net/SSLHostConfig.java b/java/org/apache/tomcat/util/net/SSLHostConfig.java
index 606c8ea..c3ac26e 100644
--- a/java/org/apache/tomcat/util/net/SSLHostConfig.java
+++ b/java/org/apache/tomcat/util/net/SSLHostConfig.java
@@ -155,7 +155,7 @@ public class SSLHostConfig implements Serializable {
      * Set property which belongs to the specified configuration type.
      * @param name the property name
      * @param configType the configuration type
-     * @return true if the property belongs to the current confuguration,
+     * @return true if the property belongs to the current configuration,
      *   and false otherwise
      */
     boolean setProperty(String name, Type configType) {


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