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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 17956d216f webapps/docs: fix spelling in XML files
17956d216f is described below

commit 17956d216f7b296814bdcfbf538bc9a642dac19d
Author: John Bampton <jbamp...@gmail.com>
AuthorDate: Tue Apr 1 18:11:46 2025 +1000

    webapps/docs: fix spelling in XML files
---
 webapps/docs/appdev/processes.xml     |  2 +-
 webapps/docs/architecture/startup.xml |  2 +-
 webapps/docs/class-loader-howto.xml   |  2 +-
 webapps/docs/config/ajp.xml           |  4 ++--
 webapps/docs/config/context.xml       |  8 ++++----
 webapps/docs/config/host.xml          |  4 ++--
 webapps/docs/config/http.xml          |  4 ++--
 webapps/docs/config/listeners.xml     |  2 +-
 webapps/docs/config/realm.xml         |  2 +-
 webapps/docs/config/valve.xml         | 10 +++++-----
 webapps/docs/graal.xml                |  2 +-
 webapps/docs/jndi-resources-howto.xml |  4 ++--
 webapps/docs/security-howto.xml       |  2 +-
 webapps/docs/ssl-howto.xml            |  2 +-
 14 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/webapps/docs/appdev/processes.xml 
b/webapps/docs/appdev/processes.xml
index 758db1b235..c08fdf743a 100644
--- a/webapps/docs/appdev/processes.xml
+++ b/webapps/docs/appdev/processes.xml
@@ -45,7 +45,7 @@ of the application at any given time.</p>
 
 <p>The task descriptions below do not assume any particular source code control
 system but simply identify when and what source code control tasks are 
typically
-performed. You will need to idenitfy the appropriate source code control
+performed. You will need to identify the appropriate source code control
 commands for your system.</p>
 
 
diff --git a/webapps/docs/architecture/startup.xml 
b/webapps/docs/architecture/startup.xml
index c854e55143..03a2f57f58 100644
--- a/webapps/docs/architecture/startup.xml
+++ b/webapps/docs/architecture/startup.xml
@@ -56,7 +56,7 @@ waits in the await() method for a shutdown signal. Once a 
shutdown signal is
 received, the Server object is stopped and then destroyed. The JVM then exits.
 </p>
 <p>
-<a href="startup/2_catalina_init.png">Diagram 2</a> shows how Tomcat initalizes
+<a href="startup/2_catalina_init.png">Diagram 2</a> shows how Tomcat 
initializes
 the objects created by the Digester in the previous step and when additional 
key
 objects are created. A Server may have several Services although it typically
 only has one. Each Service may have multiple Connectors. A Connector instance 
is
diff --git a/webapps/docs/class-loader-howto.xml 
b/webapps/docs/class-loader-howto.xml
index efefcdc20b..cf20648a1a 100644
--- a/webapps/docs/class-loader-howto.xml
+++ b/webapps/docs/class-loader-howto.xml
@@ -143,7 +143,7 @@ loaders as it is initialized:</p>
     <li><em>catalina-storeconfig.jar</em> &#8212; Optional. Generation of XML
         configuration files from current state.</li>
     <li><em>catalina-tribes.jar</em> &#8212; Optional. Group communication
-        package used by the high availabaility package.</li>
+        package used by the high availability package.</li>
     <li><em>ecj-*.jar</em> &#8212; Optional. Eclipse JDT Java compiler used to
         compile JSPs to Servlets.</li>
     <li><em>el-api.jar</em> &#8212; Optional. EL 6.0 API.</li>
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 4007bf6855..4e7b81aec8 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -132,7 +132,7 @@
       attribute will be applied after decoding.
       </p>
       <p>If <code>passthrough</code> is used then it is the application's
-      resposibility to perform any further <code>%nn</code> decoding required.
+      responsibility to perform any further <code>%nn</code> decoding required.
       Any <code>%25</code> sequences (encoded <code>%</code>) in the request
       path with also be processed with the <code>%25</code> sequence unchanged
       to avoid potential corruption and/or decoding failure when the path is
@@ -150,7 +150,7 @@
       sequence will be processed with the <code>%2f</code> sequence unchanged.
       </p>
       <p>If <code>passthrough</code> is used then it is the application's
-      resposibility to perform any further <code>%nn</code> decoding required.
+      responsibility to perform any further <code>%nn</code> decoding required.
       Any <code>%25</code> sequences (encoded <code>%</code>) in the request
       path with also be processed with the <code>%25</code> sequence unchanged
       to avoid potential corruption and/or decoding failure when the path is
diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml
index 99100f684e..ec5144e8b6 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -426,7 +426,7 @@
         <code>passthrough</code>, any <code>%5c</code> sequence in the path 
used
         to obtain a <code>RequestDispatcher</code> will remain unchanged.</p>
         <p>If <code>passthrough</code> is used then it is the application's
-        resposibility to perform any further <code>%nn</code> decoding 
required.
+        responsibility to perform any further <code>%nn</code> decoding 
required.
         Any <code>%25</code> sequences (encoded <code>%</code>) in the path 
will
         also be processed with the <code>%25</code> sequence unchanged
         to avoid potential corruption and/or decoding failure when the path is
@@ -445,7 +445,7 @@
         sequence in the path used to obtain a <code>RequestDispatcher</code>
         will remain unchanged.</p>
         <p>If <code>passthrough</code> is used then it is the application's
-        resposibility to perform any further <code>%nn</code> decoding 
required.
+        responsibility to perform any further <code>%nn</code> decoding 
required.
         Any <code>%25</code> sequences (encoded <code>%</code>) in the path 
will
         also be processed with the <code>%25</code> sequence unchanged
         to avoid potential corruption and/or decoding failure when the path is
@@ -492,7 +492,7 @@
         <p>If enabled, requests for a web application context root will be
         redirected (adding a trailing slash) if necessary by the Mapper rather
         than the default Servlet. This is more efficient but there are security
-        side effects. First, the existance of a web application or a directory
+        side effects. First, the existence of a web application or a directory
         may be confirmed even though the user does not have access to that
         directory. Secondly, any Valves and/or Filters - including those
         providing security functionality - will not have an opportunity to
@@ -504,7 +504,7 @@
         <p>If enabled, requests for a web application directory will be
         redirected (adding a trailing slash) if necessary by the Mapper rather
         than the default Servlet. This is more efficient but there are security
-        side effects. First, the existance of a web application or a directory
+        side effects. First, the existence of a web application or a directory
         may be confirmed even though the user does not have access to that
         directory. Secondly, any Valves and/or Filters - including those
         providing security functionality - will not have an opportunity to
diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml
index 541d527cd0..3cb971c8a2 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -191,10 +191,10 @@
         the pathname of a directory that may contain Java EE web applications 
to
         be converted to Jakarta EE before deployment. Java EE applications
         packaged as WAR files or directories placed in this directory will be
-        converted to Jakarta EE using the Apache Tomcart Migration Tool for
+        converted to Jakarta EE using the Apache Tomcat Migration Tool for
         Jakarta EE. The conversion will be performed using default settings. 
The
         resulting WAR or directory will be placed in the <code>appBase</code>
-        confiugured for this virtual host.</p>
+        configured for this virtual host.</p>
         <p>If the default settings are not appropriate for the migration of an
         application, the full range of migration options may be accessed by
         performing the migration manually. The <code>migrate.[sh|bat]</code>
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 1bf4517c4d..3024137f6b 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -128,7 +128,7 @@
       attribute will be applied after decoding.
       </p>
       <p>If <code>passthrough</code> is used then it is the application's
-      resposibility to perform any further <code>%nn</code> decoding required.
+      responsibility to perform any further <code>%nn</code> decoding required.
       Any <code>%25</code> sequences (encoded <code>%</code>) in the request
       path with also be processed with the <code>%25</code> sequence unchanged
       to avoid potential corruption and/or decoding failure when the path is
@@ -146,7 +146,7 @@
       sequence will be processed with the <code>%2f</code> sequence unchanged.
       </p>
       <p>If <code>passthrough</code> is used then it is the application's
-      resposibility to perform any further <code>%nn</code> decoding required.
+      responsibility to perform any further <code>%nn</code> decoding required.
       Any <code>%25</code> sequences (encoded <code>%</code>) in the request
       path with also be processed with the <code>%25</code> sequence unchanged
       to avoid potential corruption and/or decoding failure when the path is
diff --git a/webapps/docs/config/listeners.xml 
b/webapps/docs/config/listeners.xml
index 76d993ebe9..2d00cfec7a 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -417,7 +417,7 @@
       </attribute>
 
       <attribute name="buildDateWarningAgeDays" required="false">
-        <p>The maximim number of days between the build-date of this instance
+        <p>The maximum number of days between the build-date of this instance
         of Tomcat and its startup date can be before warnings will be logged.
         Set to anything less than 0 (e.g. -1) to disable this check.
         If not specified, the default value of <b>-1</b> is used.</p>
diff --git a/webapps/docs/config/realm.xml b/webapps/docs/config/realm.xml
index cff822904f..6bee38865e 100644
--- a/webapps/docs/config/realm.xml
+++ b/webapps/docs/config/realm.xml
@@ -678,7 +678,7 @@
       <attribute name="useStaticPrincipal" required="false">
         <p>This allows using a static <code>Principal</code> instance
         disconnected from the database if needed. This makes the behavior of
-        authenticated prinicipals equivalent to that of the other realms.
+        authenticated principals equivalent to that of the other realms.
         If there is a plan to use serialization, it is best to set this to
         <code>true</code> as the principal will always be replaced by this
         equivalent static principal when serializing.
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 8a7431bb57..46651a8fee 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -1451,7 +1451,7 @@
         it appears to be a CORS preflight request; it is mapped to a web
         application that has the <a href="filter.html#CORS_Filter">CORS
         Filter</a> enabled; and the request matches the URLPatterns for the 
CORS
-        fitler mapper.
+        filter mapper.
         <code>always</code> means that all requests that appear to be CORS
         preflight requests will bypass authentication. If not set, the default
         value is <code>never</code>.</p>
@@ -1611,7 +1611,7 @@
         it appears to be a CORS preflight request; it is mapped to a web
         application that has the <a href="filter.html#CORS_Filter">CORS
         Filter</a> enabled; and the request matches the URLPatterns for the 
CORS
-        fitler mapper.
+        filter mapper.
         <code>always</code> means that all requests that appear to be CORS
         preflight requests will bypass authentication. If not set, the default
         value is <code>never</code>.</p>
@@ -1794,7 +1794,7 @@
         it appears to be a CORS preflight request; it is mapped to a web
         application that has the <a href="filter.html#CORS_Filter">CORS
         Filter</a> enabled; and the request matches the URLPatterns for the 
CORS
-        fitler mapper.
+        filter mapper.
         <code>always</code> means that all requests that appear to be CORS
         preflight requests will bypass authentication. If not set, the default
         value is <code>never</code>.</p>
@@ -1943,7 +1943,7 @@
         it appears to be a CORS preflight request; it is mapped to a web
         application that has the <a href="filter.html#CORS_Filter">CORS
         Filter</a> enabled; and the request matches the URLPatterns for the 
CORS
-        fitler mapper.
+        filter mapper.
         <code>always</code> means that all requests that appear to be CORS
         preflight requests will bypass authentication. If not set, the default
         value is <code>never</code>.</p>
@@ -2059,7 +2059,7 @@
         it appears to be a CORS preflight request and the web application the
         request maps to has the <a href="filter.html#CORS_Filter">CORS
         Filter</a> enabled; and the request matches the URLPatterns for the 
CORS
-        fitler mapper.
+        filter mapper.
         means that all requests that appear to be CORS preflight requests will
         bypass authentication. If not set, the default value is
         <code>never</code>.</p>
diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 077324c27f..457fe19381 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -61,7 +61,7 @@
   <p>
     Download the Tomcat Stuffed module from
     <code>https://github.com/apache/tomcat/tree/main/modules/stuffed</code>.
-    For convinience, an env property can be set:
+    For convenience, an env property can be set:
     <source>export TOMCAT_STUFFED=/absolute...path...to/stuffed</source>
     The build process now requires both Apache Ant and Maven.
   </p>
diff --git a/webapps/docs/jndi-resources-howto.xml 
b/webapps/docs/jndi-resources-howto.xml
index e978234a43..6690479c36 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -427,7 +427,7 @@ writer.println("foo = " + bean.getFoo() + ", bar = " +
 
     <h5>1. Database schema</h5>
 
-    <p>The database shema for the user database is flexible. It can be the same
+    <p>The database schema for the user database is flexible. It can be the 
same
     as the schema used for the <code>DataSourceRealm</code>, with only a table
     for users (user name, password), and another one listing the roles
     associated with each user. To support the full <code>UserDatabase</code>
@@ -739,7 +739,7 @@ Transport.send(message);]]></source>
     $CATALINA_HOME/lib location only.
     </p>
 
-    <h5>5.  Install a compatible implementaion</h5>
+    <h5>5.  Install a compatible implementation</h5>
 
     <p>Select and <a href="https://jakarta.ee/specifications/mail/2.1/";>
     download a compatible implementation</a>.</p>
diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index b006b99449..5600ecbfb8 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -386,7 +386,7 @@
       <p>When <strong>mapperContextRootRedirectEnabled</strong> and/or
       <strong>mapperDirectoryRedirectEnabled</strong> are enabled, request
       processing will be more efficient but there are security side effects.
-      First, the existance of a web application or a directory may be confirmed
+      First, the existence of a web application or a directory may be confirmed
       even though the user does not have access to that directory. Secondly, 
any
       Valves and/or Filters - including those providing security functionality 
-
       will not have an opportunity to process the request.</p>
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index c994bda6fe..febc8e63ab 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -444,7 +444,7 @@ require slightly different information and/or provide the 
certificate and
 associated certificate chain in different formats. Additionally, the rules that
 the Certificate Authorities use for issuing certificates change over time. As a
 result you may find that the commands given above may need to be modified. If
-you require assitance then help is available via the
+you require assistance then help is available via the
 <a href="http://tomcat.apache.org/lists.html#tomcat-users";>Apache Tomcat users
 mailing list</a>.</p>
 


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

Reply via email to