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 16d21803ab Fix typo: Change CATALIA_HOME to CATALINA_HOME in
documentation
16d21803ab is described below
commit 16d21803ab3739bea6bfa049175aeedaac74670d
Author: Leonard J Tyson <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]