This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new bfe463c fix a typo in the comment bfe463c is described below commit bfe463c6f20a2d0f650c3ed724f6ffb72c1be8c5 Author: jiangtao <jiangtao69...@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 24f9780..4ba2c8f 100644 --- a/java/org/apache/catalina/startup/HostConfig.java +++ b/java/org/apache/catalina/startup/HostConfig.java @@ -1122,7 +1122,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org