You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/02/19 15:26:50 UTC

[tomcat] branch main updated: fix a typo in the comment

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

markt 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 f12969d  fix a typo in the comment
f12969d is described below

commit f12969d420f098870c4bcac3eec271852874c407
Author: jiangtao <ji...@gmail.com>
AuthorDate: Fri Feb 18 14:25:39 2022 +0800

    fix a typo in the comment
---
 java/org/apache/catalina/startup/HostConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/HostConfig.java b/java/org/apache/catalina/startup/HostConfig.java
index 26735fb..2cdff96 100644
--- a/java/org/apache/catalina/startup/HostConfig.java
+++ b/java/org/apache/catalina/startup/HostConfig.java
@@ -1071,7 +1071,7 @@ public class HostConfig implements LifecycleListener {
      *       to servicedSet before calling this method.
      *
      * @param cn The context name
-     * @param dir The path to the root folder of the weapp
+     * @param dir The path to the root folder of the webapp
      */
     protected void deployDirectory(ContextName cn, File dir) {
 

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