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 c1c6d12050 webapps/docs: fix spelling in XML files
c1c6d12050 is described below

commit c1c6d12050fa323d0b4fdd0c0d626dad60588df7
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/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 |  2 +-
 webapps/docs/security-howto.xml       |  2 +-
 webapps/docs/ssl-howto.xml            |  2 +-
 13 files changed, 22 insertions(+), 22 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 a75e5adbb8..2a9b9a8b83 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 3.0 API.</li>
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index d527dcf4e8..2ee5f5280b 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -127,7 +127,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
@@ -145,7 +145,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 b5f00d8e09..70709db019 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -396,7 +396,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
@@ -415,7 +415,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
@@ -455,7 +455,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
@@ -467,7 +467,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/http.xml b/webapps/docs/config/http.xml
index 6222b2af32..4189076b91 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -125,7 +125,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
@@ -143,7 +143,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 88b0cc614a..418b92ce88 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -498,7 +498,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 fa5a72c9ad..28b79a151c 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 be4832abfe..08ebb45c69 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -1446,7 +1446,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>
@@ -1614,7 +1614,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>
@@ -1797,7 +1797,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>
@@ -1946,7 +1946,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>
@@ -2062,7 +2062,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 217d53a531..c762cb8e00 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/10.1.x/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 de8b42f250..1e53013561 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -428,7 +428,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>
diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index 1747984313..f5f890b1d2 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -408,7 +408,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 3db5d1d828..f5a08a0a99 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -448,7 +448,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