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:29:14 UTC

[tomcat] branch 8.5.x 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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 6cc8600  fix a typo in the comment
6cc8600 is described below

commit 6cc8600de1e8a29ef988fa06e4f2f0eb372eaea4
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 04bee0c..6e7c911 100644
--- a/java/org/apache/catalina/startup/HostConfig.java
+++ b/java/org/apache/catalina/startup/HostConfig.java
@@ -1111,7 +1111,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