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 8550d79e25 typo: war-tracking -> war-tracker
8550d79e25 is described below

commit 8550d79e25926d2134f3b382fcb23b756ccabd3c
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 978b8f9f24..5a3d86be06 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -290,7 +290,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