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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]