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

schultz 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 a7638952aa fix typos (#741)
a7638952aa is described below

commit a7638952aa2a5dcb8d261ea64cdf614f37f227d4
Author: rafaeldeoliveira <raf...@oliveira.dev>
AuthorDate: Thu Jul 11 12:55:36 2024 -0300

    fix typos (#741)
---
 webapps/docs/config/executor.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/executor.xml b/webapps/docs/config/executor.xml
index f0e7e0fa3e..266f12e801 100644
--- a/webapps/docs/config/executor.xml
+++ b/webapps/docs/config/executor.xml
@@ -77,7 +77,7 @@
 
   <subsection name="Standard Implementation">
 
-  <p>This implemtenation uses a pool of platform threads to execute the tasks 
assigned to the Executor.</p>
+  <p>This implementation uses a pool of platform threads to execute the tasks 
assigned to the Executor.</p>
 
   <p>The <code>className</code> attribute must be 
<code>org.apache.catalina.core.StandardThreadExecutor</code> to use
      this implementation.</p>
@@ -126,7 +126,7 @@
 
   <subsection name="Virtual Thread Implementation">
 
-  <p>This implemtenation uses a new virtual thread to execute each task 
assigned to the Executor. This Executor requires
+  <p>This implementation uses a new virtual thread to execute each task 
assigned to the Executor. This Executor requires
      a minimum Java version of Java 21.</p>
 
   <p>The <code>className</code> attribute must be 
<code>org.apache.catalina.core.StandardVirtualThreadExecutor</code> to


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

Reply via email to