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

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new edbc8336b0 typo: war-tracking -> war-tracker
edbc8336b0 is described below

commit edbc8336b0e837ded52d9d6e6bad506ac9bbd747
Author: maik <[email protected]>
AuthorDate: Tue Sep 23 16:03:46 2025 +0200

    typo: war-tracking -> war-tracker
    
    
https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/startup/Constants.java#L37
---
 webapps/docs/config/host.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml
index f77ede72b5..16ba3c8093 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -309,7 +309,7 @@
         <a href="#Automatic_Application_Deployment">Automatic Application
         Deployment</a> for more information.</p>
         <p>Note: If Tomcat expands the WAR file then it will add a file
-        (<code>/META-INF/war-tracking</code>) to the unpacked directory
+        (<code>/META-INF/war-tracker</code>) to the unpacked directory
         structure which it uses to detect changes in the WAR file while Tomcat
         is not running. Any such change will trigger the deletion of the
         expanded directory and the deployment of the updated WAR file when


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to