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 4201d9ab64 Fix typo: Change CATALIA_HOME to CATALINA_HOME in 
documentation
4201d9ab64 is described below

commit 4201d9ab643a531e5642ba5b9387c31014374f8d
Author: Leonard J Tyson <166630695+ljty...@users.noreply.github.com>
AuthorDate: Fri Aug 15 15:24:37 2025 -0400

    Fix typo: Change CATALIA_HOME to CATALINA_HOME in documentation
    
    - Fixed spelling error on line 118 of introduction documentation
    - CATALIA_HOME -> CATALINA_HOME (added missing 'N')
    - Ensures consistency with correct environment variable name
---
 webapps/docs/introduction.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/introduction.xml b/webapps/docs/introduction.xml
index 5b06ffcf79..7b9c9c8331 100644
--- a/webapps/docs/introduction.xml
+++ b/webapps/docs/introduction.xml
@@ -115,7 +115,7 @@ do let us know.</p>
         instances with single CATALINA_HOME location share one set of
         <code>.jar</code> files and binary files, you can easily upgrade the 
files
         to newer version and have the change propagated to all Tomcat instances
-        using the same CATALIA_HOME directory.
+        using the same CATALINA_HOME directory.
       </li>
       <li>
         Avoiding duplication of the same static <code>.jar</code> files.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to