This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 3ce14ec fix a typo in the comment 3ce14ec is described below commit 3ce14ec6c9a05b5654bbc2113dc7ab6d027d12d1 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 aac1e0f..6991131 100644 --- a/java/org/apache/catalina/startup/HostConfig.java +++ b/java/org/apache/catalina/startup/HostConfig.java @@ -1119,7 +1119,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